Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Johnson
 
Posts: n/a
Default Inserting lists from a drop down menu????


I am trying to build a spreadsheet where I can insert the parts list for
various assemblies based a single part number that represents that
assembly. I would like to do this using a drop down pick list if
possible. I do not know VB(probably should though) so can anyone offer
some help for this.


--
Jim Johnson
------------------------------------------------------------------------
Jim Johnson's Profile: http://www.excelforum.com/member.php...nfo&userid=300
View this thread: http://www.excelforum.com/showthread...hreadid=496687

  #2   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default Inserting lists from a drop down menu????

Hi Jim. The attached site about Dynamic Drop Down lists may help.
http://www.xldynamic.com/source/xld.Dropdowns.html
--
Sincerely, Michael Colvin


"Jim Johnson" wrote:


I am trying to build a spreadsheet where I can insert the parts list for
various assemblies based a single part number that represents that
assembly. I would like to do this using a drop down pick list if
possible. I do not know VB(probably should though) so can anyone offer
some help for this.


--
Jim Johnson
------------------------------------------------------------------------
Jim Johnson's Profile: http://www.excelforum.com/member.php...nfo&userid=300
View this thread: http://www.excelforum.com/showthread...hreadid=496687


  #3   Report Post  
Posted to microsoft.public.excel.misc
pinmaster
 
Posts: n/a
Default Inserting lists from a drop down menu????


How about this:
In an out of the way of your workbook, create a table with all your
part number in one row and under each part number fill down your
individual list.
Next select a cell to put your part numbers list in, say A1, goto
Data/Validation select "list" in the Allow menu and in the formula box
below type = and the location of your part numbers range. Next put this
formula in another cell and copy down:
=HLOOKUP($A$1,your_table,ROW(2:2),0)
you could also give your table a name for ease of use...say table1 and
then use:
=HLOOKUP($A$1,table1,ROW(2:2),0)

HTH
JG


--
pinmaster
------------------------------------------------------------------------
pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261
View this thread: http://www.excelforum.com/showthread...hreadid=496687

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
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 to create a drop down menu which referencing a different workb Joanne Excel Discussion (Misc queries) 1 June 18th 05 11:51 AM
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 07:51 PM.

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"