Hi there,
I need help with creating a formula for using Index Match
What I want to formulate: If California is selected from the State column dropdown, I want it to index match and reference another sheet to pull record # based upon email. (Bar Number CA is the same as Record #)
Current formula:=IF([State Column]@row = "California", IFERROR(INDEX({DS-Record #}, MATCH([WSGR Email]@row, {DS-Email}, 0)), ""), "")
Sheet
Reference Sheet to pull Record #
The only issue here is trying to figure out how to match CA into the formula when on the main sheet it shows California