v lookup multilple columns

D

dhermus

I have performed a vlookup of column d in spreadsheet 2. When I get
the error value as a return, I want to then perform the same lookup
against column e in spreadsheet 2. Soreadsheet 2 is sorted by column
d, then column e. This data will be updated and the worksheets
refreshed. Can anyone help?
 
T

T. Valko

What should happen if the lookup against column E results in an error?

How about posting the formula you are using?
 
D

dhermus

I have performed a vlookup  of column d in spreadsheet 2.  When I get
the error value as a return, I want to then perform the same lookup
against column e in spreadsheet 2.  Soreadsheet 2 is sorted by column
d, then column e.  This data will be updated and the worksheets
refreshed.  Can anyone help?

I am using this formula to retrieve the data from column d. Because
the data is not sorted in column e, I have not been successful. The
errors in column e should be minimal, if any.

=VLOOKUP(C65,'[Consolidated Fin Plans -Oct6-1.xls]detail'!
$1:$65536,4,FALSE)
 
T

T. Valko

I'm confused!
I have performed a vlookup of column d in spreadsheet 2.
When I get the error value as a return

OK, why are you getting an error?

It could be due to 1 of 2 reasons.

1. the lookup value, C65, does not exist in the lookup table
2. the lookup value, C65, does exist but there is an error in the
corresponding cell in column X

If the lookup value does not exist then you'll still get an error no matter
what column index number you use in the formula.

--
Biff
Microsoft Excel MVP


I have performed a vlookup of column d in spreadsheet 2. When I get
the error value as a return, I want to then perform the same lookup
against column e in spreadsheet 2. Soreadsheet 2 is sorted by column
d, then column e. This data will be updated and the worksheets
refreshed. Can anyone help?

I am using this formula to retrieve the data from column d. Because
the data is not sorted in column e, I have not been successful. The
errors in column e should be minimal, if any.

=VLOOKUP(C65,'[Consolidated Fin Plans -Oct6-1.xls]detail'!
$1:$65536,4,FALSE)
 

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.

Ask a Question

Top