IF(ISDATE) not working?
I have "Column B" that pulls in a date from another sheet.
And I have "Column A" that changes to Complete when that date populates into Column B.
In addition, I have a criteria for which it should say "Eligible", "Not Yet Eligible", or "Missed".
This formula has been working just fine for a while. I have been updating a few things today and notice that it does not appear to be working now. I have went through the updates I made to see what could have made a difference but cannot come up with anything.
Also - the text criteria for "eligible", etc. is working okay - it is just the date criteria not working.
I simplified it down to just the isdate formula to double check, but still nothing.
The longer formula with text indicators is
=IF(ISDATE([Pre-Term C]@row), "Complete", IF(AND([Enroll GAW]@row >= 1, [Enroll GAW]@row <= 40, [Current GAW]@row >= 28), "Eligible", IF(AND([Enroll GAW]@row >= 1, [Enroll GAW]@row <= 40, [Current GAW]@row <= 28), "Not Yet Eligible", IF(AND([Enroll GAW]@row >= 1, [Enroll GAW]@row <= 40, ISDATE(DOB@row)), "Missed", IF([Enroll Years]@row > 0, "-", "")))))
Any thoughts on this appreciated, thank you!
Best Answer
-
Did you check that both the column in the sheet you have in your screenshot as well as the sheet for the source date are both date type columns? If so, exactly how are those being populated?
Answers
-
Did you check that both the column in the sheet you have in your screenshot as well as the sheet for the source date are both date type columns? If so, exactly how are those being populated?
-
Oh my - yes - the column in my main sheet was still a date which I had double checked, but when I updated my source sheet that column ended up being text instead of date. 🤦♀️ Appreciate your reminder to check on the basic things. Thank you!
-
Happy to help. 👍️
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
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!