Symbols and formulas
I have a sheet that has 4 dates on it that I want to use symbols for completion purposes but I cannot figure out the formula or if it is even possible. I am trying to use the status bar with Empty, Quarter, Half, Three Quarter and Full. Here is what I would like to happen.
If Date 1-4 are greater than today I want it to show Empty
If Date 1 is less than today I want it to show Quarter
If Dates 1 and 2 are less than today I want it to show Half
If Dates 1, 2 and 3 are less than today I want to show Three Quarter
And if Dates 1-4 are less than or equal to today I want it to show Full
Is it possible??? Help please!
Answers
-
Try this...
=IF([Date 4]@row <= TODAY(), "Full", IF([Date 3]@row <= TODAY(), "Three Quarter", IF([Date 2]@row <= TODAY(), "Half", IF([Date 1]@row <= TODAY(), "Quarter", "Empty"))))
-
It didn't work :(
-
Is it giving the wrong output or are you getting an error? Are you able to provide a screenshot of your sheet?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!