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
- 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!