I need help with a formula or direction if a formula isn't the best way to go

LesahDee
✭✭
In my sheet I have 4 different dates , requested, procurement, legal and council, and I want the status to change when each date is filled. So if status has a date I want the one quarter symbol, procurement the half symbol, legal 3/4 symbol and council full. can someone help?
Answers
-
If it is always in order (first, requested then procurement etc.), then us IF functions starting from the last one, so:
=IF(Council@row <>"","Full", IF(legal@row<>"","Three Quarter", and keep on going...
If they can each come at different times, you would use a count of how many are filled and then an IF function as above (starting from 4 and down)
-
Thank you I will try it
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!