Forum Discussion

JoMoWasHere's avatar
JoMoWasHere
Copper Contributor
Aug 21, 2023
Solved

Formatting with date ranges

Hi, I'm trying to figure out a formula at work and I might go bald trying to figure this out. 

 

The characteristics is that from the Approval Date it is a

- 12 month duration (default, reflected in Renewal Date)

- months 1-8 the result would be "Yes"

- months 9-12 the result would be "At Risk"

- months 13+ the result would be "No"

 

This is the formula I have so far... Any help/suggestions would be appreciated!

 

=IFS(E16<=TODAY(), "No",AND(TODAY()>=D16,TODAY()<=D16+275), "Yes", AND((E16-90)>=TODAY(), (E16<=TODAY)),"At Risk")

 

 

Resources