#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup issue

I am trying to make a form that will allow an employee to input an item
number and the description and price will come up in order to make pricing an
arrangement easier. I have used vlookups to accomplish this and to that
point it is working. My problem is that I will put in an item number and the
information for description and price that comes up may be from another item
in the worksheet. At this point it seems totally random, sometimes it is
right, sometimes the same desc. and price will come up for two item numbers.
We have input the data by both individual cells and in some cases the data
has been copied and pasted in blocks. Any ideas?
Thanks for your help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 192
Default Vlookup issue

Did you use the FALSE statement in the optional portion of the VLOOKUP? This
will insure an exact match instead of defaulting to the 'next closest'
(fairly arbitrary in my opinion).
--
-SA


"Melina" wrote:

I am trying to make a form that will allow an employee to input an item
number and the description and price will come up in order to make pricing an
arrangement easier. I have used vlookups to accomplish this and to that
point it is working. My problem is that I will put in an item number and the
information for description and price that comes up may be from another item
in the worksheet. At this point it seems totally random, sometimes it is
right, sometimes the same desc. and price will come up for two item numbers.
We have input the data by both individual cells and in some cases the data
has been copied and pasted in blocks. Any ideas?
Thanks for your help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Vlookup issue

You need to include a fourth parameter in your VLOOKUP formula, set to
0 or FALSE. This will ensure that the formula looks for an exact
match. It sounds as if you are searching data which has not been
sorted, and if you omit the fourth parameter it will give you the
effects that you describe.

Hope this helps.

Pete

On Aug 21, 11:08*pm, Melina wrote:
I am trying to make a form that will allow an employee to input an item
number and the description and price will come up in order to make pricing an
arrangement easier. *I have used vlookups to accomplish this and to that
point it is working. *My problem is that I will put in an item number and the
information for description and price that comes up may be from another item
in the worksheet. *At this point it seems totally random, sometimes it is
right, sometimes the same desc. and price will come up for two item numbers. *
We have input the data by both individual cells and in some cases *the data
has been copied and pasted in blocks. *Any ideas?
Thanks for your help


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 issue [email protected] Excel Discussion (Misc queries) 6 August 8th 08 07:57 PM
VLOOKUP Issue??? Desperate Excel Discussion (Misc queries) 4 July 31st 08 05:38 PM
vlookup issue on Mac Terry Freedman Excel Discussion (Misc queries) 2 February 8th 08 05:42 PM
VLookup Issue Shonte Excel Worksheet Functions 1 November 18th 05 09:26 PM
VLOOKUP issue Jonah Excel Worksheet Functions 0 November 16th 05 10:31 PM


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