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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!