I have a problem with the DATEDIF function
The help file states the following
“This function returns the number of whole days, months or years between Start date and End date”.
The optimum word being “between”
If asked the question “how many number are there between 1 and 5”? I would say three I.e. the numbers 2,3 and 4.
However the function below returns the number 4.
This does not make sense to me or am I missing something?
Any thoughts?
Thanks
Colin
=DATEDIF("2022-04-1","2022-04-5","d")