Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default VLOOK up Question

In column A, B, and F I have look up tables which correspond to my data in
Columnd D. Everything works great until as long as D11 data is
alphabetically before D12, but if I try to enter things which are not
alphabetical I yield results. How do I correct this?





  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,104
Default VLOOK up Question

We would have more luck helping you if you showed us the VLOOKUP formula you
are using
All look-up function need the data to be sort either ascending or descending
Also the key (the item looked up) need to be in the first column of the
table
If this is not possible then you have to use a mixture of MATCH and INDEX
Give more details of the data layout and someone will be able to help you.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"smiley61799" wrote in message
...
In column A, B, and F I have look up tables which correspond to my data
in
Columnd D. Everything works great until as long as D11 data is
alphabetically before D12, but if I try to enter things which are not
alphabetical I yield results. How do I correct this?






  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 634
Default VLOOK up Question

Take a look at the HELP for that function, and you may well find that the
optional last argument of 0 or FALSE fixes your problem. This argument
ensures an exact match is found in order to return a result, regardless of
sorting.

Regards
Ken.............................



"smiley61799" wrote in message
...
In column A, B, and F I have look up tables which correspond to my data
in
Columnd D. Everything works great until as long as D11 data is
alphabetically before D12, but if I try to enter things which are not
alphabetical I yield results. How do I correct this?







  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 17
Default VLOOK up Question

I have made a change to my data since my last post. I am using a validation
table in column b and based off my selection I used the following formula to
populate the pricing for the item. =IF(ISNA(VLOOKUP(B14:B39,'look
up'!C4:H159,2,FALSE)),"",VLOOKUP(B14:B39,'look up'!C4:H159,2,FALSE))

Everything works smooth unless I try to select data which does not fall
alphabetically, problem is the users I am creating this for will not
neccassarily be selecting their products alphabetically.

"Bernard Liengme" wrote:

We would have more luck helping you if you showed us the VLOOKUP formula you
are using
All look-up function need the data to be sort either ascending or descending
Also the key (the item looked up) need to be in the first column of the
table
If this is not possible then you have to use a mixture of MATCH and INDEX
Give more details of the data layout and someone will be able to help you.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"smiley61799" wrote in message
...
In column A, B, and F I have look up tables which correspond to my data
in
Columnd D. Everything works great until as long as D11 data is
alphabetically before D12, but if I try to enter things which are not
alphabetical I yield results. How do I correct this?







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
Vlook Question Denise Excel Worksheet Functions 3 February 6th 08 08:24 PM
VLook UP formula question Scott@CW Excel Worksheet Functions 2 November 16th 07 04:39 PM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
Vlook up question - I think ? Anthony Excel Discussion (Misc queries) 4 July 7th 05 12:02 PM


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