Comparing data in both columns against a list in excel
Comparing data in both columns against a list in excel
So what i'm trying to achieve is that :
C1 will return a result(match/not match) when comparing both A1 and B1 against E2:F18 list
I tried to put on =IF(A1:B1=E2:F18,"LMAO","Z"), that was my rough idea and apparently it doesn't work.
Please help
yeap that's correct
– Jesse
Jun 30 at 10:09
stackoverflow.com/questions/21392307/… - I daresay you are getting downvoted because this is so easy to Google and already find an answer "excel composite key lookup"
– JGFMK
Jul 1 at 11:23
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
By match you mean the two columns match the same row?
– kabanus
Jun 30 at 9:32