sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,422
- Office Version
- 2016
- Platform
- Windows
I'm using this formula to work out if a date is in the past or future;
I need to take it one step further though - can I include if the date in the future is more than 6 days ahead? If it can be done I need it to show "Too Far".
Thank you!
=IF(ISBLANK(D10),"",IF(D10<TODAY(),"Not Valid",IF(D10>TODAY(),"Future","Valid")))
I need to take it one step further though - can I include if the date in the future is more than 6 days ahead? If it can be done I need it to show "Too Far".
Thank you!