VLOOKUP stops working at row 13

G

Guest

I have a user with a three sheet workbook. There are two named ranges (on
sheets 2 & 3) which are used in vlookup functions on sheet 1. The VLOOKUP
works fine in the first 12 rows of sheet 1. On row 13, it keeps returning
the error A VALUE IS NOT AVAILABLE TO THE FORMULA OR FUNCTION. Here are the
formulas:

=VLOOKUP(D26,dfcc,2,FALSE)
=VLOOKUP(D27,uscc,2,FALSE)

I can copy the cell with the error result and paste it in a cell in rows 1 -
12. Works fine. I can enter a successful lookup value from the first 12
rows in column d anywhere below row 13 and it fails.

I have never seen anything like this and don't have a clue how to fix it.
Can anyone give me an idea? Thanks very much for your insight.
 
G

Guest

Just a guess - do the range names use absolute cell references? If not,
that's likely your problem - change them to absolute references
 
J

Jennifer Alcantara

I'm having the same problem, but mine stops at row 374 of a 3344 row sheet. and i'm using absolute ref.

=VLOOKUP(F3344,'C:\...Translations.xls]Sheet1'!$B$3:$AL$180,17,FALSE)

=VLOOKUP(F3345,'C:\...Translations.xls]Sheet1'!$B$3:$AL$180,17,FALSE)



EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
P

Pete_UK

I don't know what same problem you are refering to, as you don't quote
the earlier posting, but perhaps the value in F3345 is not contained
within the lookup table - are you getting a #N/A error?

Pete
 
A

aidan.heritage

I don't know what same problem you are refering to, as you don't quote
the earlier posting, but perhaps the value in F3345 is not contained
within the lookup table - are you getting a #N/A error?

Pete

I'm having the same problem, but mine stops at row 374 of a 3344 row sheet. and i'm using absolute ref.
=VLOOKUP(F3344,'C:\...Translations.xls]Sheet1'!$B$3:$AL$180,17,FALSE)
=VLOOKUP(F3345,'C:\...Translations.xls]Sheet1'!$B$3:$AL$180,17,FALSE)

EggHeadCafe - .NET Developer Portal of Choicehttp://www.eggheadcafe.com- Hide quoted text -

- Show quoted text -

Possibly the formula you have quoted gives a clue - you said you had a
3344 row sheet, yet your second formula refers to the cell AFTER this
record?
 

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