A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

VLOOKUP



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2010, 06:01 PM posted to microsoft.public.excel.worksheet.functions
pal
external usenet poster
 
Posts: 209
Default VLOOKUP

I am using VLOOKUP as I have many times in the past. The formula I am using
is:

=VLOOKUP($A3,Raw,2,FALSE)

It returns a "0" presumeably becasue it thinks the value in column 2 is "0".
It returns the same thing regardless of the column, with one exception,
column 1. It returns that value appropriately. The format for the columns
vary between numbers, texts, dates.

Thanks in advance

  #2  
Old May 5th, 2010, 06:12 PM posted to microsoft.public.excel.worksheet.functions
Dave Peterson
external usenet poster
 
Posts: 19,791
Default VLOOKUP

You'll see that 0 if the "sending" cell is empty.

My guess is that the "sending" cell contains 0 or is empty AND there's a match
higher in the range that you're not noticing.

Or maybe Raw isn't the range you expected it to be.

You may want to share what's in $a3, too.

PAL wrote:

I am using VLOOKUP as I have many times in the past. The formula I am using
is:

=VLOOKUP($A3,Raw,2,FALSE)

It returns a "0" presumeably becasue it thinks the value in column 2 is "0".
It returns the same thing regardless of the column, with one exception,
column 1. It returns that value appropriately. The format for the columns
vary between numbers, texts, dates.

Thanks in advance


--

Dave Peterson
  #3  
Old May 5th, 2010, 06:27 PM posted to microsoft.public.excel.worksheet.functions
Tom Hutchins
external usenet poster
 
Posts: 722
Default VLOOKUP

What is your question? From your example, "Raw" must be a named range
spanning at least two contiguous columns. The value you are matching (from
A3) must be in the leftmost column of the range "Raw", and the value to be
returned must be in the second column of the range "Raw".

Hope this helps,

Hutch

"PAL" wrote:

I am using VLOOKUP as I have many times in the past. The formula I am using
is:

=VLOOKUP($A3,Raw,2,FALSE)

It returns a "0" presumeably becasue it thinks the value in column 2 is "0".
It returns the same thing regardless of the column, with one exception,
column 1. It returns that value appropriately. The format for the columns
vary between numbers, texts, dates.

Thanks in advance

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:45 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.