#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ktyme
 
Posts: n/a
Default Drop down menu

Helllo,
I am trying to create a dropdown menu with individual pricing for each choice.


fence:
4' stockade is $28
5' stockade is $31
6' stockade is $35

I would like each item to be in the dropdown menu and be priced accordingly.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default Drop down menu

Create an Userform with a Listbox in it

HTH
--
AP

"ktyme" <u21691@uwe a écrit dans le message de news: 60007974f9796@uwe...
Helllo,
I am trying to create a dropdown menu with individual pricing for each
choice.


fence:
4' stockade is $28
5' stockade is $31
6' stockade is $35

I would like each item to be in the dropdown menu and be priced
accordingly.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ktyme
 
Posts: n/a
Default Drop down menu

what is a user form?

Ardus Petus wrote:
Create an Userform with a Listbox in it

HTH
--
AP

Helllo,
I am trying to create a dropdown menu with individual pricing for each

[quoted text clipped - 7 lines]
I would like each item to be in the dropdown menu and be priced
accordingly.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default Drop down menu

You could use a separate (hidden??) worksheet.

Put the descriptions in column A and the pricing in column B.

Column A ColB
4' stockade fence 28
5' stockade fence 31
6' stockade fence 35

Then give that stuff in column A a nice name.

Now you can use that name as the source for the list in a cell that has
Data|Validation applied (say A1).

Then in B1, you can use this formula:
=if(a1="","",vlookup(a1,sheet2!a:b,2,false))

Debra Dalgleish has lots of notes about Data|Validation:
http://www.contextures.com/xlDataVal01.html

ktyme wrote:

Helllo,
I am trying to create a dropdown menu with individual pricing for each choice.

fence:
4' stockade is $28
5' stockade is $31
6' stockade is $35

I would like each item to be in the dropdown menu and be priced accordingly.


--

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
Edit Menu will not automatically drop down anymore Irene Pai Excel Discussion (Misc queries) 5 May 12th 11 07:43 AM
hyperlinks in drop down menu MikeyB Excel Worksheet Functions 0 November 22nd 05 03:49 PM
hyperlinks in drop down menu MikeyB Excel Worksheet Functions 0 November 22nd 05 03:48 PM
Help with drop down menu Jrr6415sun Excel Worksheet Functions 4 July 10th 05 05:58 PM
How do I set up a drop down menu within a drop down menu? Rob Excel Discussion (Misc queries) 1 April 12th 05 06:02 PM


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