Forum Discussion

unique369's avatar
unique369
Copper Contributor
Nov 10, 2025
Solved

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...
  • Harun24HR's avatar
    Harun24HR
    Nov 10, 2025

    I assume, you are looking for DATEDIF()

    =DATEDIF(B2,C2,"Y")
    =DATEDIF(B2,C2,"M")

     

Resources