Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Creating lists from multiple worksheets within one workbook...

I've got a list of information on a separate sheet within my workbook,
and I'm wanting to create a pull-down list to choose from the options
provided. However, I also want that result to automatically generate
or fill in other fields associated.

I.E.

I have a database of Products, and next to each, I have the weight,
price, shipping costs, etc. on one worksheet.
On a more user friendly sheet, I have a pull down that allows the user
to select one of the products. When they select the product, I want
the other info (weight, price, shipping costs, etc.) to automatically
fill in based on what product they choose. Nested IF statements will
only take me so far as I have far more products than the maximum
allowed number of nested ifs.

Anyone have any suggestions?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Creating lists from multiple worksheets within one workbook...

try VLOOKUP:

Assume in "Database" data is in columns A to H: A is product Id

=VLOOKUP(A2,Database!A2:H100,2,0) will extract column B (weight) from your
database for Product in A2 - your drop down list
=VLOOKUP(A2,Database!A2:H100,3,0) will extract column C (price) from your
database for Product in A2

etc

HTH


"Corey" wrote:

I've got a list of information on a separate sheet within my workbook,
and I'm wanting to create a pull-down list to choose from the options
provided. However, I also want that result to automatically generate
or fill in other fields associated.

I.E.

I have a database of Products, and next to each, I have the weight,
price, shipping costs, etc. on one worksheet.
On a more user friendly sheet, I have a pull down that allows the user
to select one of the products. When they select the product, I want
the other info (weight, price, shipping costs, etc.) to automatically
fill in based on what product they choose. Nested IF statements will
only take me so far as I have far more products than the maximum
allowed number of nested ifs.

Anyone have any suggestions?


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
Creating a List From Worksheets in a WorkBook Carl Excel Worksheet Functions 1 August 30th 06 09:00 PM
CREATING MULTIPLE DROP DOWN LISTS IN SAME EXCELWORKBOOK snarled times Excel Discussion (Misc queries) 1 February 19th 06 10:05 PM
How do I combine lists in multiple worksheets Desperately seeking shorcuts Excel Worksheet Functions 1 February 11th 06 02:37 AM
lists w/ multiple worksheets q theqcup Excel Discussion (Misc queries) 1 September 28th 05 11:29 PM
creating drop down lists where you can select multiple values Angella Excel Discussion (Misc queries) 2 April 23rd 05 04:58 PM


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