How to search a row for a date among blank values?
I am trying to create a nested IF(ISDATE())... function to pull the date from the columns right of the first column. However, when I try this, after the first IF(ISDATE()) function I am get error message "#UNPARSEABLE." I am unsure of why this is happening. I have tried retyping it multiple times, but am still getting the same error. I have checked for double quotes and column name but am still getting the error. For the sake of the solution, ignore the lines that are "#NO MATCH." Thank you!
Answers
-
Can you provide the formula you are currently working with?
-
I figured out the issue! I must have had a typo because I got it after doing IF(ISDATE() one at a time! Thanks, Paul!
-
There may be a more efficient way of pulling the date depending on details aside from a long nested IF formula. Will there only every be one date across a row? If there are multiple dates, do they go in chronological order from left to right?
If there will only every be a single date across the row then you could use something along the lines of...
=INDEX(COLLECT([1st Date Column]@row:[Last Date Column]@row, [1st Date Column]@row:[Last Date Column]@row, @cell <> ""), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!