I'm trying to get this equation to look for data that approximately matches data in 3 columns. In this case the data is usernames and I need to match one of three potential user names to ones that are in a different sheet column. Currently this is the equation that I am trying to use.
=IF(VLOOKUP(OR(J26,K26,L26),'data'!E:E,5,TRUE)=OR(J26,K26,L26), "Match", "No Match")
Every time I try and do this I get a #VALUE error. Can anyone here help me out?
=IF(VLOOKUP(OR(J26,K26,L26),'data'!E:E,5,TRUE)=OR(J26,K26,L26), "Match", "No Match")
Every time I try and do this I get a #VALUE error. Can anyone here help me out?