IFERROR Not Working To Remove Invalid Value
Hello,
Is anyone familiar with using IFERROR with an INDEX formula? I cannot get it to work with the below. The formula's working. I need it to remove the "Invalid Value" for cells with no value. Any help is appreciated!
=INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1)
Best Answer
-
Hi @Lea722
Try this:
=IFERROR(INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1), "")
Cheers,
Genevieve
Answers
-
Hi @Lea722
Try this:
=IFERROR(INDEX(COLLECT({Paid/ Donated}, {Employee Name}, HAS(@cell, [Legal Name V02]@row)), 1), "")
Cheers,
Genevieve
-
Thank you for your quick response, Genevieve! I ended up solving this after I sent my message-- could not have done it without this community group though!
-
No problem! I'm glad you got it working 🙂
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!