Forum Discussion
unique369
Nov 10, 2025Copper Contributor
Excel formula
How to revise the formula to become a string to calculate if the review year is not 36 months but can be 36 months or 48 months. The Original formula in column C is EOMonth(b3,36) column A...
unique369
Nov 10, 2025Copper Contributor
Hi Harun,
Please accept my sincere apology for mispresentation.
What formula string should I be using in column C so that I can monitor 36 or 48 month to auto calculate
the next review date
column A | column B | Column C |
| |||
Document name | Release date | Next review date (mth-yyyy) | Remarks
| |||
|
|
|
This document need to be reviewed in 3 yearly | |||
Document Approval | 7/8/2025 | Aug 2029 | This document need to be reviewed in 4 yearly |
Harun24HR
Nov 10, 2025Bronze Contributor
I assume, you are looking for DATEDIF()
=DATEDIF(B2,C2,"Y")
=DATEDIF(B2,C2,"M")