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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!