Hide #INVALID VALUE or Display Alternative
Hello!
I'm using MATCH with COLLECT to return a value based off the two criteria of an ID and Today's Date in an "Intake Sheet" populated from forms. This data will be populated daily and I would like to: hide #INVALID VALUE when there is no value or display something such as "No Data".
=INDEX(COLLECT({DailyUnits}, {Activity IDs}, [Activity ID]@row, {Date}, TODAY()), 1)
Thanks for the help!
-T
Best Answer
-
Try this?
=IFERROR(INDEX(COLLECT({DailyUnits}, {Activity IDs}, [Activity ID]@row, {Date}, TODAY()), 1),"No Data")
You can also use "No Data" to just be "" to display nothing - which is what I typically use.
Answers
-
Try this?
=IFERROR(INDEX(COLLECT({DailyUnits}, {Activity IDs}, [Activity ID]@row, {Date}, TODAY()), 1),"No Data")
You can also use "No Data" to just be "" to display nothing - which is what I typically use.
-
Worked Perfectly. Thank you!
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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!