Hi trying to write a very basic INDEX/MATCH formula to look up the ballpark name and ballpark address from ST Addresses and insert into Arizona Schedule. My formula is saying "no match". What am I doing wrong?!
This is my formula below
=INDEX({ballpark name}, MATCH(Team@row, {Ballpark}, 0))
– writing the formula here to have the team name and address pop up in yellow cells.