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!