I want to do a vlookup referencing to two values, cell a4 and d4 as both must be true to return a value. Does anyone know if this can be done and what formula I would use
It can be done with Concatenation. First Concatenate all combinations of
your two cells and put these values in a column as your leftmost in the
VLOOKUP table, then use something like........
=VLOOKUP(A1&A2,MyTable,2,FALSE)
Vaya con Dios,
Chuck CABGx3
caroline said:
I want to do a vlookup referencing to two values, cell a4 and d4 as both
must be true to return a value. Does anyone know if this can be done and
what formula I would use.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.