Utradeshow
Well-known Member
- Joined
- Apr 26, 2004
- Messages
- 811
- Office Version
- 365
Hi Guy's,
I have 2 data sets, Column A-C in Sheet1 and Column A-C in Sheet2. I need to do a VLOOKUP type of formula that if the Data in columns match exactly then it will return the value in column D of that row.
For example SHEET1
And Sheet2
Any ideas?
I have 2 data sets, Column A-C in Sheet1 and Column A-C in Sheet2. I need to do a VLOOKUP type of formula that if the Data in columns match exactly then it will return the value in column D of that row.
For example SHEET1
Book1.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | L | W | H | Volume | ||
2 | 12 | 12 | 24 | 6 | ||
3 | 24 | 24 | 48 | 12 | ||
4 | 36 | 36 | 72 | 18 | ||
Sheet1 |
And Sheet2
Book1.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | L | W | H | Volume | ||
2 | 36 | 36 | 72 | 18 | ||
3 | 24 | 24 | 45 | N/A | ||
4 | 12 | 12 | 24 | 6 | ||
Sheet2 |
Any ideas?