D
dinna
I need to lookup a value based on 3 criterias.
Wkst 1
col1 col2 col3 col4 col5
ABC 234 01 $10 $40
XYZ 146 01 $22 $33
ABC 234 02 $9 $65
Wkt 2
col 1 col2 col3 col4 col5
ABC 234 01 ? ?
XYZ 146 01 ? ?
ABC 234 02 ? ?
What is the best way to fill in the ? with the data from wkst 1(col4 &
col5). I can't do a vlookup function because I want all 3
columns(col1, col2, col3) to match so I can bring forth col4 and col5.
Thanks
dinna
Wkst 1
col1 col2 col3 col4 col5
ABC 234 01 $10 $40
XYZ 146 01 $22 $33
ABC 234 02 $9 $65
Wkt 2
col 1 col2 col3 col4 col5
ABC 234 01 ? ?
XYZ 146 01 ? ?
ABC 234 02 ? ?
What is the best way to fill in the ? with the data from wkst 1(col4 &
col5). I can't do a vlookup function because I want all 3
columns(col1, col2, col3) to match so I can bring forth col4 and col5.
Thanks
dinna