Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default VLOOKUP PULLING WRONG DATA

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default VLOOKUP PULLING WRONG DATA

On Thu, 27 Mar 2008 16:29:00 -0700, DKPHELP
wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!



From the help for VLOOKUP:

"If range_lookup is either TRUE or is omitted, the values in the first
column of table_array must be placed in ascending sort order;
otherwise, VLOOKUP might not return the correct value."

Are you sure that your part numbers are listed in ascending order?
If not, try changing TRUE to FALSE in the formula.

Hope this helps. / Lars-Åke

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 461
Default VLOOKUP PULLING WRONG DATA

Try to change TRUE to FALSE

"DKPHELP" wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default VLOOKUP PULLING WRONG DATA

They are in ascending order IE: a1,a2,b1,b2 etc.
I have used this formula befor with no problem, but there were no prefix
letters, I only used numbers for the parts.
I will try your suggestions...thanks

"Lars-Ã…ke Aspelin" wrote:

On Thu, 27 Mar 2008 16:29:00 -0700, DKPHELP
wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!



From the help for VLOOKUP:

"If range_lookup is either TRUE or is omitted, the values in the first
column of table_array must be placed in ascending sort order;
otherwise, VLOOKUP might not return the correct value."

Are you sure that your part numbers are listed in ascending order?
If not, try changing TRUE to FALSE in the formula.

Hope this helps. / Lars-Ã…ke


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default VLOOKUP PULLING WRONG DATA

I will give it a try.
Thanks

"akphidelt" wrote:

Try to change TRUE to FALSE

"DKPHELP" wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default VLOOKUP PULLING WRONG DATA

I changed to false, it works better but some #'s still do not work, the carry
over the wrong cell.

"Lars-Ã…ke Aspelin" wrote:

On Thu, 27 Mar 2008 16:29:00 -0700, DKPHELP
wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!



From the help for VLOOKUP:

"If range_lookup is either TRUE or is omitted, the values in the first
column of table_array must be placed in ascending sort order;
otherwise, VLOOKUP might not return the correct value."

Are you sure that your part numbers are listed in ascending order?
If not, try changing TRUE to FALSE in the formula.

Hope this helps. / Lars-Ã…ke


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default VLOOKUP PULLING WRONG DATA

Make sure that you have calculation set to automatic.

With that 4th parameter set to false, the =vlookup() is looking for the first
exact match.

If you're getting the wrong value returned (after changing to automatic recalc),
what's in A3?

Do you have wildcards (*, ?) in the cell.

Just to add...
If the =vlookup() can't find find an exact match, then you'll see an error.

DKPHELP wrote:

I changed to false, it works better but some #'s still do not work, the carry
over the wrong cell.

"Lars-Ã…ke Aspelin" wrote:

On Thu, 27 Mar 2008 16:29:00 -0700, DKPHELP
wrote:

I am using the function shown below.
=VLOOKUP(A3,'C:\Users\Donald\Documents\2008 Estimating Files\[2008 PARTS
PRICE BOOK.xls]Parts List'!$A:$F,2,TRUE)

In my first spreadsheet (2008 PARTS PRICE BOOK) Column A has a part number
such as E1 or B12. Column B has a part description.
In the second spreadsheet, if I enter E1 in cloumn A it moves the
description for that part to Column B in the second spreadsheet.

I am getting some of my entrys bringing over the wrong data from the first
spreadsheet, even though the formula is correct.

Example:
E1 is Part X in the first spreadsheet.
When I Enter E1 in the second, it gives the part description for part E295.
If I replace E1 with a number such as 89, and type part 89 in the second
spreadsheet the proper description comes over.

HELP!



From the help for VLOOKUP:

"If range_lookup is either TRUE or is omitted, the values in the first
column of table_array must be placed in ascending sort order;
otherwise, VLOOKUP might not return the correct value."

Are you sure that your part numbers are listed in ascending order?
If not, try changing TRUE to FALSE in the formula.

Hope this helps. / Lars-Ã…ke



--

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
Pivot table pulling wrong value RestlessAde Excel Discussion (Misc queries) 2 February 16th 11 07:17 PM
Vlookup Returns Wrong/No Data TomCat Excel Worksheet Functions 3 October 7th 07 01:19 PM
pulling data color using vlookup Ravens Fan Excel Discussion (Misc queries) 2 August 14th 07 07:08 PM
Vlookup gives wrong answers when used in large data. Pls advise? Dave Excel Worksheet Functions 4 March 21st 06 02:14 PM
Vlookup data wrong if the small value found are same Fanny Excel Discussion (Misc queries) 4 January 11th 06 03:05 AM


All times are GMT +1. The time now is 06:54 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"