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
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!