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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!