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
|
|
0
|
|
|
|
Reply
|
Utf
|
5/5/2010 5:01:02 PM |
|
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
|
|
0
|
|
|
|
Reply
|
Dave
|
5/5/2010 5:12:53 PM
|
|
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
>
|
|
0
|
|
|
|
Reply
|
Utf
|
5/5/2010 5:27:02 PM
|
|
|
2 Replies
173 Views
(page loaded in 0.061 seconds)
Similiar Articles: VLOOKUP: Referencing worksheets whose names contain commas ...Hello, How do I make a VLOOKUP formula reference a different worksheet that has a comma in its name? For instance, in Sheet1 I want to refer to ... Vlookup multiple changes - microsoft.public.excel.miscI was wondering if there is a formulas where I can do vlookup on multiple changes. I have a list of unique number and they can change a few time wi... VLOOKUP Question - microsoft.public.excel.miscVlookup question - Microsoft Answers In our item# code table, we have two identical item# with different Production date in column 2. However, our VLOOKUP function ... VLookup and Indirect - microsoft.public.excel.programming ...I am currently using INDIRECT to get the lookup_value for VLOOKUP The formula I am using is: =VLOOKUP(INDIRECT(D2),INDIRECT("'"&B2&"'!A2:F20"),2,)... vlookup across multiple pages - microsoft.public.excel.worksheet ...I'm trying to use vlookup to give me a summary of some number throughout a workbook. It has to sum across about 25 worksheets. not all worksheets ... VBA VLookup Problem - microsoft.public.excelI'm trying to run a macro that uses a vlookup that is getting the lookup value from cell J2 of Book1.xlsx (which was just created through a macro), ... Vlookup in multiples columns - microsoft.public.excel.worksheet ...I have the following simple spreadsheet. I'm tryping to use VLOOKUP to find the rate of pay based on the Job Type and the Hourly Pay which refers ... Vlookup - formula not working - microsoft.public.mac.office.excel ...Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel Hi, I'm really frustrated, and am wondering if i'm an idiot, or i... Remove Duplicates From VLOOKUP Result - microsoft.public.excel ...Good Morning All, I am trying to remove duplicate results for a VLOOKUP query. See example below, A ... vlookup from two sources - syntax of vlookup statement - microsoft ...[Excel 2003] Is it possible to use syntax to perform a vlookup from a source and then another if the first is False? For example, My primar... VLOOKUP - Excel - Office.com - Microsoft Corporation: Software ...Searches for a value in the first column of a table array and returns a value in the same row from another column in the table array. The V in VLOOKUP stands for ... How to Use VLOOKUP Function | Excel VLOOKUP ExampleExcel tutorial on how to use Excel VLOOKUP function for pulling in data from another worksheet. Includes VLOOKUP example worksheets. MS Excel: VLookup Function - TechOnTheNet.comThe VLookup function searches for value in the left-most column of table_array and returns the value in the same row based on the index_number. vlookup Excel Function Tutorial Example how to formula Help guideVlookup tutorial help and example - learn how to use it. Free Excell training videos v-lookup formula guide. Leer vlook up functie eenvoudig gids handleiding Excel VLookup Function Examples - Contextures Excel Tips, Excel ...Excel VLOOKUP function pulls data from table in Excel. VLookup example, VLookup arguments, troubleshooting. Video shows Excel VLOOKUP steps. 7/25/2012 5:48:25 AM
|