#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default VLOOKUP problem

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default VLOOKUP problem

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default VLOOKUP problem

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default VLOOKUP problem

Post your VLOOKUP formula, perhaps there's a clue therein...........

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default VLOOKUP problem

Here is my formula:

=VLOOKUP(B3,'DRG ref'!$A$2:$B$580,2,FALSE)

Thanks!

"CLR" wrote:

Post your VLOOKUP formula, perhaps there's a clue therein...........

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default VLOOKUP problem

I dunno, it might still be a formatting issue.........your formula works fine
in my test......you do understand that it is looking for an exact match with
the FALSE option.......perhaps a type-O, or unseen leading/trailing
spaces,............

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Here is my formula:

=VLOOKUP(B3,'DRG ref'!$A$2:$B$580,2,FALSE)

Thanks!

"CLR" wrote:

Post your VLOOKUP formula, perhaps there's a clue therein...........

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default VLOOKUP problem

YOU ARE BRILLIANT! I didn't think about unseen leading/trailing spaces! So
I used the Trim() function on my source table and it now works! Thanks so
much!!

"CLR" wrote:

I dunno, it might still be a formatting issue.........your formula works fine
in my test......you do understand that it is looking for an exact match with
the FALSE option.......perhaps a type-O, or unseen leading/trailing
spaces,............

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Here is my formula:

=VLOOKUP(B3,'DRG ref'!$A$2:$B$580,2,FALSE)

Thanks!

"CLR" wrote:

Post your VLOOKUP formula, perhaps there's a clue therein...........

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default VLOOKUP problem

You're welcome........thanks for the feedback, and the kind words.

Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

YOU ARE BRILLIANT! I didn't think about unseen leading/trailing spaces! So
I used the Trim() function on my source table and it now works! Thanks so
much!!

"CLR" wrote:

I dunno, it might still be a formatting issue.........your formula works fine
in my test......you do understand that it is looking for an exact match with
the FALSE option.......perhaps a type-O, or unseen leading/trailing
spaces,............

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Here is my formula:

=VLOOKUP(B3,'DRG ref'!$A$2:$B$580,2,FALSE)

Thanks!

"CLR" wrote:

Post your VLOOKUP formula, perhaps there's a clue therein...........

Vaya con Dios,
Chuck, CABGx3



"yvette" wrote:

Thanks for the suggestion. Unfortunately, it still doesn't work. :(

I think the problem lies in the source table (spreadsheet A) -- is there
some reason why the cells aren't being read/recognized until I double-click
them?


"CLR" wrote:

Quite possibly the problem is one of formatting.....for VLOOKP to work, both
the value to be looked up and the values in the lookup table must be of the
same format.......ie: both numbers or both TEXT.......sometimes even tho they
LOOK like numbers, they may be formatted as TEXT.

hth
Vaya con Dios,
Chuck, CABGx3




"yvette" wrote:

I'm doing a VLOOKUP but getting the #N/A error even though I know the values
I'm looking up in another spreadsheet (spreadsheet A) are there. When I go
to spreadsheet A and double-click the cells with the values I want to show
up, the #N/A goes away and the value appears (so I know it's not a problem
with my VLOOKUP statement). Is there any way to "activate" all the values in
spreadsheet A so I don't have to double-click all the cells? Is there
another problem present that I'm overlooking?

Thanks!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vlookup problem puiuluipui Excel Discussion (Misc queries) 2 February 5th 06 05:46 PM
Vlookup problem with Date Time normajmarsh Excel Worksheet Functions 0 February 3rd 06 07:33 PM
vlookup Problem marksuza Excel Discussion (Misc queries) 3 December 22nd 05 03:40 PM
VLOOKUP Problem Tosca Excel Worksheet Functions 7 July 23rd 05 10:43 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM


All times are GMT +1. The time now is 12:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"