Help with nested IFERROR using INDEX/MATCH - unparseable
I am trying to return a value to a destination sheet from multiple cross referenced sheets if it exists in one or multiples of those sheets. The following formula returns unparseable - and I'm not sure what I'm doing wrong. Admittedly I am a smartsheet novice.
Thanks for any help in advance.
=IFERROR(INDEX({tab_case_inv_qu_id}, MATCH([Question Name]@row, {tab_case_inv_qu_name}, 0)), "") & "|" & IFERROR(INDEX({tab_patient_case_qu_id}, MATCH([Question Name]@row, {tab_patient_case_qu_lbl},0)), "")
Answers
-
Hi @TSmith72 - I think all you may need to do is change your '&' to '+'
=IFERROR(INDEX({tab_case_inv_qu_id}, MATCH([Question Name]@row, {tab_case_inv_qu_name}, 0)), "") + "|" + IFERROR(INDEX({tab_patient_case_qu_id}, MATCH([Question Name]@row, {tab_patient_case_qu_lbl},0)), "")
Does that work for you?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!