Forum Discussion
laceypearl
Nov 12, 2019Copper Contributor
IF and THEN formula help
I searched through some posts but I could not find what I needed... I have a spreadsheet with 2 tabs. I need it to search column A on Tab1 with column C on Tab2 IF they match then I need it to pu...
- Nov 12, 2019
If multiple matches exist, this formula returns the last:
=IFNA(LOOKUP(2,1/(
Sheet2!C:C=A2),
Sheet2!B:B),"")
laceypearl
Nov 13, 2019Copper Contributor
Twifoo this one worked, THANK YOU!
Twifoo
Nov 13, 2019Silver Contributor
I’m glad it did. You’re welcome!