Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Complicaded Drop down list

Is there any way of having a drop down list such as the following:

System count wrong
Customer requested more than we normally stock
Out of stock
Item not on L.I.T.E list
Not a normal stock item for your branch
Vendor Supply Problem

but when ones of these are selected for a corresponding value show up in
place of it. As per following

100 = System count wrong
200 = Customer requested more than we normally stock
300 = Out of stock
400 = Item not on L.I.T.E list
500 = Not a normal stock item for your branch
600 = Vendor Supply Problem




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Complicaded Drop down list

I think I'd use an extra cell (directly to the left of the cell with the
dropdown).

And I'd build a separate worksheet that had the descriptions in column A and the
number codes in column B.

If that dropdown is in B1, then I'd put this in A1:

=if(b1="",vlookup(b1,sheet2!a:b,2,false))



Savage wrote:

Is there any way of having a drop down list such as the following:

System count wrong
Customer requested more than we normally stock
Out of stock
Item not on L.I.T.E list
Not a normal stock item for your branch
Vendor Supply Problem

but when ones of these are selected for a corresponding value show up in
place of it. As per following

100 = System count wrong
200 = Customer requested more than we normally stock
300 = Out of stock
400 = Item not on L.I.T.E list
500 = Not a normal stock item for your branch
600 = Vendor Supply Problem


--

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
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
how do I use one drop-list to modify another drop-lists options? [email protected] Excel Discussion (Misc queries) 3 September 9th 07 05:46 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


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