INDEX MATCH Formula to return TEXT value if formula value is BLANK
Hello! I am using an INDEX / MATCH formula to return values from a different sheet. I would like the formula to return the TEXT "Pending" if the value from the formula is BLANK.
This is the formula that i have, which works fine. I just need to build in the =ISBLANK statement, to return "Pending"
Formula
=IFERROR(INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0)), "")
Best Answers
-
Try this:
=IFERROR(IF(INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0)) = "", "Pending", INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0))), "")
-
Happy to help. 👍️
Answers
-
Try this:
=IFERROR(IF(INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0)) = "", "Pending", INDEX({Site Onboarding - Privacy Practice Notices}, MATCH([Site Name]@row, {Site Onboarding - Site Name}, 0))), "")
-
Thank you Paul, that was exactly what I was looking for!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!