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

My VLookup argument isn't working. I'm trying to have it lookup the customer
id from my original worksheet in another worksheet, and have it return the
(Co name) value from that second worksheet. When I don't ask it to do an
exact lookup, it returns the correct value, but then when I drag the formula
it just copies it. When I give it a FALSE range lookup for an exact match,
then it won't return the value at all!
I'm using the same vlookup formula that I always use. Here it is:

=VLOOKUP(A2,'COMPANIES.csv'!$A$2:$O$15899,1,FALSE)

What could be the problem? Can anyone help?
--
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default VLookup

First, your formula is bringing back column A of the CSV file.

=VLOOKUP(A2,'COMPANIES.csv'!$A$2:$O$15899,1,FALSE)

I'm not sure what you really meant, but I bet that isn't correct.

Second, if the formula really adjusts (A2 becomes A3 becomes A4 ....), then my
bet is that you have excel in manual calculation mode.

In xl2003 menus, you can toggle that setting:
tools|options|calculation tab

Once you have those two pieces fixed, I think you still have a problem. And I
bet it's because the ID isn't the same in A2 and in column A of the CSV file.

Debra Dalgleish has lots of notes on troubleshooting =vlookup():
http://contextures.com/xlFunctions02.html#Trouble



Vive Hunter wrote:

My VLookup argument isn't working. I'm trying to have it lookup the customer
id from my original worksheet in another worksheet, and have it return the
(Co name) value from that second worksheet. When I don't ask it to do an
exact lookup, it returns the correct value, but then when I drag the formula
it just copies it. When I give it a FALSE range lookup for an exact match,
then it won't return the value at all!
I'm using the same vlookup formula that I always use. Here it is:

=VLOOKUP(A2,'COMPANIES.csv'!$A$2:$O$15899,1,FALSE)

What could be the problem? Can anyone help?
--
Thanks


--

Dave Peterson
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 - Does the VLookUp return the exact information? Cpviv Excel Worksheet Functions 2 October 28th 08 10:57 AM
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 12:05 PM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 15th 06 12:36 AM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 10:01 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 11:43 AM


All times are GMT +1. The time now is 10:41 AM.

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"