Share via

Cant get DATEDIF function to work

Anonymous
2019-09-18T22:00:14+00:00

=datedif(TODAY(09/18/2019),C3,"m" 

Looked at a bunch of questions similar to this one and none of the recommendations seem to work for me

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2019-09-19T03:30:25+00:00

Hi Kristine,

I agree with Joeu's suggestion, and you could try his formula or share more information as he mentioned. Since we don't know the content and cell format of C3, as well as any error message like #VALUE  ?

To add a point, it's not suggested to enter content in this bracket TODAY(), if you want to modify the date, you might select a cell then input the date into it the same way you choose C3. For reference, you could view this page: DATEDIF function

Please feel free to post back with a sample or a screenshot if the problem remains, and I would initiate a PM invitation for you, you could send me the sample or share the file via this link.

Best Regards,

Oliver

Was this answer helpful?

0 comments No comments

Answer accepted by question author

Anonymous
2019-09-18T23:01:01+00:00

Is there a date in C3?  If so, is the date before, after or the same as "today"?

If on or after, try the following:

=DATEDIF(TODAY(), C3, "m")

If on or before, try the following:

=DATEDIF(C3, TODAY(), "m")

If that does not give reasonable results, the problem might be the value of C3.

First, confirm that =ISNUMBER(--C3) returns TRUE.  If not, we might need more information.

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2019-09-20T12:34:33+00:00

    Hi Kristine,

    Have you solved the problem? 

    If the problem remains, you could share details with us for further troubleshooting.

    Also, we will appreciate it if you share any experience here.

    Have a nice day:)

    Best Regards,

    Oliver

    Was this answer helpful?

    0 comments No comments