Can you be a bit mnore specific? are you looking up clients names that will be listed in column 1 of a table as criteria 1 and what would be the lookup value of the second elenent? is it a column header?
Concatenate the two fields:
Column A(concatenated field) Column B Column C
FRANKJOE Frank Joe
The formula in cell A1 would be =B1&C1
Do this in both the data you are looking up from and the data you are lookinig up into. then use the new field to vlookup.
Excel Workbook | ||||||
---|---|---|---|---|---|---|
D | E | F | G | |||
12 | Client 1 | Painter | Value 1 | Next Value 1 | ||
13 | Client 1 | cop | Value 10 | Next Value 10 | ||
14 | ||||||
15 | Client 1 | Painter | Value 1 | Next Value 1 | ||
16 | Client 2 | joiner | Value 2 | Next Value 2 | ||
17 | Client 3 | plumber | Value 3 | Next Value 3 | ||
18 | Client 4 | cop | Value 4 | Next Value 4 | ||
19 | Client 5 | sailor | Value 5 | Next Value 5 | ||
20 | Client5 | sailor | Value 6 | Next Value 6 | ||
21 | Client 1 | joiner | Value 7 | Next Value 7 | ||
22 | Client 8 | politician | Value 8 | Next Value 8 | ||
23 | Client 9 | politician | Value 9 | Next Value 9 | ||
24 | Client 1 | cop | Value 10 | Next Value 10 | ||
Sheet1 |