Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to create a spread sheet with multiple drop down menus that will do
the following: When selecting the drop down from the tab there is a list of serial numbers, when each serial number is selected just information for that serial number will come up...ie Serial Number User Date Account Number etc for just the item selected Can someone PLEASE help me with this...completely clueless! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could use 2 options:
1.) You could highlight the column with the serial numbers and turn on the AutoFilter. Then select the serial number you wish to view. 2.) Or you could setup a user form with a ComboBox which contains all your serial numbers and TextBoxes that will show all the data pretaining to the serial number selected. You seem to be a newbie to Excel so I would recommend Option 1. If you want a slightly complicated, but not too hard Option 2, let me know and I can spend a few minutes posting code. Hope this helps! If so, click "YES" below. -- Cheers, Ryan "crystal_ns" wrote: I need to create a spread sheet with multiple drop down menus that will do the following: When selecting the drop down from the tab there is a list of serial numbers, when each serial number is selected just information for that serial number will come up...ie Serial Number User Date Account Number etc for just the item selected Can someone PLEASE help me with this...completely clueless! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See Debra Dalgleish's site for help on "dependent dropdowns".
http://www.contextures.on.ca/xlDataVal02.html Gord Dibben MS Excel MVP On Mon, 4 Jan 2010 07:31:01 -0800, crystal_ns wrote: I need to create a spread sheet with multiple drop down menus that will do the following: When selecting the drop down from the tab there is a list of serial numbers, when each serial number is selected just information for that serial number will come up...ie Serial Number User Date Account Number etc for just the item selected Can someone PLEASE help me with this...completely clueless! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating Drop-down menus with subset drop-down menus | Excel Worksheet Functions | |||
Drop down menus | Excel Worksheet Functions | |||
Drop down menus | Excel Worksheet Functions | |||
Drop down menus | Excel Worksheet Functions | |||
Drop-Down Menus | Excel Discussion (Misc queries) |