Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Creating and Invoice with multiple dependent dropdown lists

I am trying to create an invoice that has two drop down lists. One is the
Category eg.(audio, video, misc) once I pick one of those the second dropdown
list shows only products related to that category. I would like to choose a
product and have it fill out the price for that product. So it goes category
then description of product and finally price. How would I go about creating
that?

thanks!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 410
Default Creating and Invoice with multiple dependent dropdown lists

On Dec 22, 1:28*pm, SeanO wrote:
I am trying to create an invoice that has two drop down lists. *One is the
Category eg.(audio, video, misc) once I pick one of those the second dropdown
list shows only products related to that category. *I would like to choose a
product and have it fill out the price for that product. *So it goes category
then description of product and finally price. How would I go about creating
that?

thanks!


As long as there are not more then seven catagories, you could use
this. Create your lists for each department. Audio = A1:A90 with A1
being the name Audio. B1:B45 as video. So on till you have all your
lists. Create a list for each one. To do this highlight the entire
column that has information in it and right click. Chose create
list. My list has headers, if you have selected row 1.

Now you need to make these named ranges. Highlight the information
from each list and select Define/Name/ named ranges. Add a simple
name. you will be able to refer to this range another time with just
using the simple name. After all the inputs have a named range.

Go to the cell that you would liek the first pull down C1. Data/
validation/List/Chose all the headers. the next cell that you want
the pull down to be go to the same thing Data\validation\List\ where
you would normally chose the list put in
Audio w/o quotes is refering to the named range Audio. =IF
(C1="Audio",Audio,Video). this should at least give you a push in teh
right direction.

Jay
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Creating and Invoice with multiple dependent dropdown lists

See Debra Dalgleish's site for dependent dropdowns using Data Validation
Lists

http://www.contextures.on.ca/xlDataVal02.html

For entering the price use a VLOOKUP formula.

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP

On Mon, 22 Dec 2008 11:28:02 -0800, SeanO
wrote:

I am trying to create an invoice that has two drop down lists. One is the
Category eg.(audio, video, misc) once I pick one of those the second dropdown
list shows only products related to that category. I would like to choose a
product and have it fill out the price for that product. So it goes category
then description of product and finally price. How would I go about creating
that?

thanks!


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
Dropdown box display only data dependent on another dropdown box? Chris Excel Worksheet Functions 8 August 5th 08 05:01 PM
Dependent Lists from multiple values RickD Excel Worksheet Functions 1 September 15th 07 03:56 AM
Dependent dropdown lists Matt Excel Worksheet Functions 1 December 21st 06 08:07 PM
Dependent dropdown lists Axel Excel Discussion (Misc queries) 1 May 18th 06 04:31 PM
Multiple Dependent Drop Down lists? Steve Excel Discussion (Misc queries) 0 December 7th 05 08:38 PM


All times are GMT +1. The time now is 01:47 AM.

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"