How to get a value based on a series of dates?
I am trying to return the the number of highest level training completed. There is eight columns in my sheet for training completion date: "level 1 completion, level 2 completion, level 3 completion" etc. I made a column called "Training Level" and was hoping to get it to reflect the highest level of training completed based on the dates entered but not even sure where to start.
Best Answer
-
You could use a Nested IF statement using the ISDATE function to check for dates in the columns. Something like:
=IF(ISDATE([level 8 completion]@row), "Level 8", IF(ISDATE([level 7 completion]@row), "Level 7", IF( etc. etc.
Answers
-
You could use a Nested IF statement using the ISDATE function to check for dates in the columns. Something like:
=IF(ISDATE([level 8 completion]@row), "Level 8", IF(ISDATE([level 7 completion]@row), "Level 7", IF( etc. etc.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 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!