lookup returns row number-why?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Occassionally I find that when I use VLookup I get the row number of the item
within the lookup range instead of the value. It's not clear that I am doing
anything different from the dozens of lookups I seem to do each week
(sometimes each day). Anyone have any thoughts?
 
Just a standard vlookup such as: =VLOOKUP(D12,'G:\Budget\[Budget Lookup
Table.xls]Forecast Lookup Table'!$A$2:$C$120,3,FALSE).

What I don't understand is why it occassionally returns the row # - I use
this every day, and always the same way but it's only every so often that
this occurs. Once it starts I can't change it on that sheet.
 
it looks as though your program is starting to get corrupted. it is treating
your lookup as though it is a match() which just the first step of lookup.

horrors of horrors, you may have to have excel reinstalled on your machine.
(since I nomally have to have office reinstalled or my computer rebuilt
several times a year, this is not anything I would wish on anyone.)

The bigest thing is that if this is something you are seeing going wrong,
how many other things are going wrong but are effectively invisable.


Alan P said:
Just a standard vlookup such as: =VLOOKUP(D12,'G:\Budget\[Budget Lookup
Table.xls]Forecast Lookup Table'!$A$2:$C$120,3,FALSE).

What I don't understand is why it occassionally returns the row # - I use
this every day, and always the same way but it's only every so often that
this occurs. Once it starts I can't change it on that sheet.

bj said:
would you give an example of the formula which gave the row number?
 
bj,

Thanks, that's good information. It happened again yesterday in an excel
add-in to Hyperion - now I need to see if it's happening only in that
application or in regular excel as well. I go back and forth between them so
it may only be happening in that version of excel, but knowing that the match
is the first part is helpful.

bj said:
it looks as though your program is starting to get corrupted. it is treating
your lookup as though it is a match() which just the first step of lookup.

horrors of horrors, you may have to have excel reinstalled on your machine.
(since I nomally have to have office reinstalled or my computer rebuilt
several times a year, this is not anything I would wish on anyone.)

The bigest thing is that if this is something you are seeing going wrong,
how many other things are going wrong but are effectively invisable.


Alan P said:
Just a standard vlookup such as: =VLOOKUP(D12,'G:\Budget\[Budget Lookup
Table.xls]Forecast Lookup Table'!$A$2:$C$120,3,FALSE).

What I don't understand is why it occassionally returns the row # - I use
this every day, and always the same way but it's only every so often that
this occurs. Once it starts I can't change it on that sheet.

bj said:
would you give an example of the formula which gave the row number?

:

Occassionally I find that when I use VLookup I get the row number of the item
within the lookup range instead of the value. It's not clear that I am doing
anything different from the dozens of lookups I seem to do each week
(sometimes each day). Anyone have any thoughts?
 

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

Back
Top