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
- 64.7K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 64 Community Job Board
- 481 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!