#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default VLOOKUP formula

I am trying to use this function. It works for the first cell and a few odd
ones here and there but isn't working on all of them. Does anyone know how to
use this function?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default VLOOKUP formula

Lots of us do...

However, given your description, we don't have any idea how you've set
up your formula, nor what type of data you're using nor how your data is
structured, so it would be pretty difficult to give you any specific
help...

In article ,
masonn2 wrote:

I am trying to use this function. It works for the first cell and a few odd
ones here and there but isn't working on all of them. Does anyone know how to
use this function?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default VLOOKUP formula

Usually, the most common cause of erratic VLOOKUP results is using a
range_lookup argument of TRUE or 1 (or if omitted it defaults to TRUE). Try
setting the range_lookup argument to either 0 or FALSE:

=VLOOKUP(A1,C:D,2,0)
=VLOOKUP(A1,C:D,2,FALSE)

If that doesn't solve your problem then you'll need to show us the *exact*
formula you're using and a give us detailed explanation of what you're
trying to do.

--
Biff
Microsoft Excel MVP


"masonn2" wrote in message
...
I am trying to use this function. It works for the first cell and a few odd
ones here and there but isn't working on all of them. Does anyone know how
to
use this function?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default VLOOKUP formula

I have a list of 3 letter codes and the names they represent in a table. I
have a list of about 300 codes some of which are reapeated and I wanted to
display the names next to them by having excel refer to the table. Does that
make sense?

"JE McGimpsey" wrote:

Lots of us do...

However, given your description, we don't have any idea how you've set
up your formula, nor what type of data you're using nor how your data is
structured, so it would be pretty difficult to give you any specific
help...

In article ,
masonn2 wrote:

I am trying to use this function. It works for the first cell and a few odd
ones here and there but isn't working on all of them. Does anyone know how to
use this function?


  #5   Report Post  
Posted to microsoft.public.excel.misc
TV. TV. is offline
external usenet poster
 
Posts: 1
Default VLOOKUP formula

Hi - sounds like you may be copying the formula into a number of other cells.
If this is the case then make sure that the table_array part of the formula
(the bit after the 1st comma) is an absolute reference - i.e $A$1:$B$20 ,
otherwise it will change as you copy the formula and give you errors.

TV.

"masonn2" wrote:

I have a list of 3 letter codes and the names they represent in a table. I
have a list of about 300 codes some of which are reapeated and I wanted to
display the names next to them by having excel refer to the table. Does that
make sense?

"JE McGimpsey" wrote:

Lots of us do...

However, given your description, we don't have any idea how you've set
up your formula, nor what type of data you're using nor how your data is
structured, so it would be pretty difficult to give you any specific
help...

In article ,
masonn2 wrote:

I am trying to use this function. It works for the first cell and a few odd
ones here and there but isn't working on all of them. Does anyone know how to
use this function?


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 formula Gor_yee Excel Discussion (Misc queries) 2 August 1st 07 03:42 PM
VLOOKUP FORMULA? FC Excel Discussion (Misc queries) 4 March 22nd 07 05:48 PM
Help with IF(VLOOKUP) formula Juhnny Excel Discussion (Misc queries) 2 March 6th 07 07:14 PM
Excel 2002 VLOOKUP formula or other formula Serge Excel Discussion (Misc queries) 4 February 26th 07 03:56 PM
HELP!!! VLOOKUP Formula Help wnfisba Excel Discussion (Misc queries) 11 June 23rd 06 06:29 PM


All times are GMT +1. The time now is 08:27 AM.

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

About Us

"It's about Microsoft Excel"