notanexpertinexcel
New Member
- Joined
- Jul 4, 2016
- Messages
- 10
Here's my formula:
=IFERROR(IF(ISNA(VLOOKUP(B2,'[Master Body Site.xlsx]Sheet1'!$B:$E,'[Master Body Site.xlsx]Sheet1'!$B:$B,FALSE)),"",VLOOKUP(C2,'[Master Body Site.xlsx]Sheet1'!$C:$C,'[Master Body Site.xlsx]Sheet1'!$C:$C+'[Master Body Site.xlsx]Sheet1'!$E:$E,FALSE)),"")
I am trying to look up values in my working spreadsheet from column B, compare them to column B in my Master spreadsheet. If there is a match, please return the value from Column E in my Master spreadsheet.
If No match on that search, then I want to perform the same lookup using Column C from working spreadsheet, lookup in column C in Master spreadsheet, and return column E from my Master spreadsheet.
If No match, leave it blank.
Any Help is greatly appreciated!
=IFERROR(IF(ISNA(VLOOKUP(B2,'[Master Body Site.xlsx]Sheet1'!$B:$E,'[Master Body Site.xlsx]Sheet1'!$B:$B,FALSE)),"",VLOOKUP(C2,'[Master Body Site.xlsx]Sheet1'!$C:$C,'[Master Body Site.xlsx]Sheet1'!$C:$C+'[Master Body Site.xlsx]Sheet1'!$E:$E,FALSE)),"")
I am trying to look up values in my working spreadsheet from column B, compare them to column B in my Master spreadsheet. If there is a match, please return the value from Column E in my Master spreadsheet.
If No match on that search, then I want to perform the same lookup using Column C from working spreadsheet, lookup in column C in Master spreadsheet, and return column E from my Master spreadsheet.
If No match, leave it blank.
Any Help is greatly appreciated!