Hi all,
I have a simple formula to count the months between two dates:
I'm struggling to tweak it to count any months, regardless of how many days within that month. ROUNDUP is perhaps not what I need.
So if my first date was 28 Feb 2023, and my second date was 01 Mar 2023, I would want the count to be 2 Months. With the formula above, it's giving me a 0 of course.
Any help would be greatly appreciated.
I have a simple formula to count the months between two dates:
=DATEDIF(H2,J2,"M")
I'm struggling to tweak it to count any months, regardless of how many days within that month. ROUNDUP is perhaps not what I need.
So if my first date was 28 Feb 2023, and my second date was 01 Mar 2023, I would want the count to be 2 Months. With the formula above, it's giving me a 0 of course.
Any help would be greatly appreciated.