kasmith1017
New Member
- Joined
- Sep 26, 2016
- Messages
- 10
Hi everyone,
I am putting in a column to proof out that I have the correct balance for my prepaid item based on the number of months remaining based on the end date of the item and the current month end. I have my current month end date (7/31/17) in cell Z4, and the contract end date in cell F11. In a new cell I've put the formula below:
=DATEDIF(Z4,F11,"m")
When I do this, the result that returns is a 1, not a 2 as expected. All others worked out OK but this one. Can someone please help me out? I'm thinking maybe it has to do with the number of days in each month. Basically I want to get the number of months between these two dates so if there's a better formula I can use that will not cause this issue please let me know. Thank you in advance!
I am putting in a column to proof out that I have the correct balance for my prepaid item based on the number of months remaining based on the end date of the item and the current month end. I have my current month end date (7/31/17) in cell Z4, and the contract end date in cell F11. In a new cell I've put the formula below:
=DATEDIF(Z4,F11,"m")
When I do this, the result that returns is a 1, not a 2 as expected. All others worked out OK but this one. Can someone please help me out? I'm thinking maybe it has to do with the number of days in each month. Basically I want to get the number of months between these two dates so if there's a better formula I can use that will not cause this issue please let me know. Thank you in advance!