D
dep
Help! I have two large spreadsheets I want to compare. I want to compare
the values in 4 cells (within the same row) in one spreadsheet and search a
second spreadsheet to match the values in 4 cells (within the same row). When
the condition is met and the 4 cells between the two spreadsheets match, I
want to return a value from the second spreadsheet (from the row in which all
4 values match) to a cell in the first spreadsheet. I am wondering if there
is a way to do this?
Here is a copy of the formula I've tried, which doesn't work.
=VLOOKUP((AND('Panels schedule 2'!I4=Reference!A42,'Panels schedule
2'!M4=Reference!D42,Reference!C42="Top",'Panels schedule
2'!J4=Reference!B42)),Reference!A42:I79,5,TRUE)
Any ideas?
the values in 4 cells (within the same row) in one spreadsheet and search a
second spreadsheet to match the values in 4 cells (within the same row). When
the condition is met and the 4 cells between the two spreadsheets match, I
want to return a value from the second spreadsheet (from the row in which all
4 values match) to a cell in the first spreadsheet. I am wondering if there
is a way to do this?
Here is a copy of the formula I've tried, which doesn't work.
=VLOOKUP((AND('Panels schedule 2'!I4=Reference!A42,'Panels schedule
2'!M4=Reference!D42,Reference!C42="Top",'Panels schedule
2'!J4=Reference!B42)),Reference!A42:I79,5,TRUE)
Any ideas?