IFERROR and OR
I have these two formulas in different columns:
=IFERROR(INDEX({Frame ECN Updates Range 2}, MATCH([ECN / PLR / FF / CEG]@row, {Frame ECN Updates Range 1}, 0)), "")
=(IFERROR(INDEX({Frame Feedback Updates Range 1}, MATCH([ECN / PLR / FF / CEG]@row, {Frame Feedback Updates Range 3}, 0)), ""))
Individually, they each output what I want them to output. However, I would like the formulas in the same column. How do I concatenate them properly?
Best Answer
-
Drop one of them into the "value if error" portion of the other's IFERROR function.
=IFERROR(INDEX(……..,MATCH(………….)), IFERROR(INDEX(…………, MATCH(…………..)), ""))
Answers
-
Drop one of them into the "value if error" portion of the other's IFERROR function.
=IFERROR(INDEX(……..,MATCH(………….)), IFERROR(INDEX(…………, MATCH(…………..)), ""))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!