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
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!