lookup formulas

M

Marian

I have a lookup formula working just fine as long as what
I want it to look up is there. My problem is that when
the number I want it to look for is not on the spreadsheet
it is still coming up with a number. Any ideas on why
this would be?
=LOOKUP($B$2,'J:\atp2003\10105079
GM\creports\[hourlyteampdb0911.xls]530 combo report'!
$E$2:$E$73,'J:\atp2003\10105079
GM\creports\[hourlyteampdb0911.xls]530 combo report'!
$K$2:$K$73)
As you can see here, I'm wanting it to find in column E of
my combo report the number that is in cell B2 of my
spreadsheet and give the corresponding number in column K
of my combo report. It's working except for the fact that
this number does not exist on this particular worksheet,
therefore it should be giving me an error, NA or nothing,
instead it is coming up with the number 4.
 
B

barb

You need to add 'FALSE' after the last number. ie =VLOOKUP
(A1,B1:D10,2,FALSE)

This will return an error message. Hope this is what you
need

Barb
 

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

Similar Threads

Lookup Function help 1
Lookup 0
LOOKUP instead of Index and Match 1
vertical and horizontal lookup? 1
What type of "lookup" 3
Lookup Across Multiple Rows / Columns 5
v look up 2
Sum / Lookup 11

Top