I have a sheet in which I'm trying to create a formula to return a value from another sheet, based on an input in another column. I have successfully used VLOOKUP to accomplish this using one criteria, however, there are multiple criteria options. Meaning, depending on the name input into the "Card Holder Name" column, I would like the "Card Number" column to automatically input the corresponding card number from the reference sheet. I'm not familiar using VLOOKUP or INDEX(MATCH). Can anyone assist?
Thank you in advance!
Successful Formula : =VLOOKUP("Vicki Wasko", {Credit Card Numbers Range 1}, 2, true)
Main Sheet
Reference Sheet