Formula question :)
I am trying to pull content from 2 existing sheets into a new sheet that will have additional manually editable columns. The formula that I am currently playing with isn't work, but looks like this:
=IFERROR(INDEX({Type}, MATCH([EventID#]@row, {EventID}, 0)), INDEX({Event Location}, MATCH([EventID#]@row, {NOEventID}, 0))
Basically I am working off of autopopulating some of the cells in the row based off of the eventID's from 2 different sheets.
Thank you in advance!
Answers
-
Hey @Whitney Davis
When you say the above formula isn't working, please describe. Is it not returning the expected data or are you receiving an error? IF you are receiving an error, what error? Is the IFERROR there to redirect in the event of NoMATCH?
Kelly
-
Hi @Kelly Moore ,
I am getting an error message with that formula. "#UNPARSEABLE" is the error message I am getting. I am trying to build a sheet that pulls from a primary sheet and then if there is no data on the primarty sheet to pull from the secondary.
Thank you for your help, I am fairly new at SmartSheet.
-
Hey Whitney
You're missing the last parenthesis to close the IFERROR. Look at your last parenthesis in your current formula. My guess is it is pink instead of blue. Add one more
=IFERROR(INDEX({Type}, MATCH([EventID#]@row, {EventID}, 0)), INDEX({Event Location}, MATCH([EventID#]@row, {NOEventID}, 0)))
Does this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!