#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default drop down list

hi, i want to calculate the total price from excel according to the 3 drop
down list , for example, if the client from east(drop down list got east,
west, south)and the client type is 1 (drop down list got 1,2,3) and the
family size is 2( drop down list got 1,2,3.4,more) , it goto the east
spreadsheet and refer to the value type 1 ,size 2. and there are 3 different
worksheet(east, west ,south) and the data in each spreadsheet. Therefore, i
am wondering if i can auto fill in the cell which calculate the profit of the
client when i choose the list .
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default drop down list

Hi tracy,

Go to http://www.edferrero.com/ExcelCharts...2/Default.aspx and
download the 'Report Workbook' sample. This shows how to use some drop-downs
to provide parameters for formulas that access data on a different workbook
and worksheet.

Ed Ferrero
www.edferrero.com

hi, i want to calculate the total price from excel according to the 3 drop
down list , for example, if the client from east(drop down list got east,
west, south)and the client type is 1 (drop down list got 1,2,3) and the
family size is 2( drop down list got 1,2,3.4,more) , it goto the east
spreadsheet and refer to the value type 1 ,size 2. and there are 3
different
worksheet(east, west ,south) and the data in each spreadsheet. Therefore,
i
am wondering if i can auto fill in the cell which calculate the profit of
the
client when i choose the list .



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 31
Default drop down list

Hi,

Still not sure what you're trying to do but let's assume you have a table in
each of the 3 sheets, you have a row header in column A (A2=1,A3=2 and A3=3)
and a column header in row 1 (B1=1,C1=2,D1=3 and E1=4) with different values
in B2:E4.

now let's assume your first drop down list is in A1 of the main sheet and
the second drop down list in B1 and the 3rd in C1 then you could use
something like this:

=INDEX(INDIRECT(A1&"!B2:E4"),MATCH(B1,INDIRECT(A1& "!A2:A4"),0),MATCH(C1,INDIRECT(A1&"!B1:E1"),0) )

Not sure if this will help but it might guide you in the right direction!

Regards!
Jean-Guy


"tracy" wrote:

hi, i want to calculate the total price from excel according to the 3 drop
down list , for example, if the client from east(drop down list got east,
west, south)and the client type is 1 (drop down list got 1,2,3) and the
family size is 2( drop down list got 1,2,3.4,more) , it goto the east
spreadsheet and refer to the value type 1 ,size 2. and there are 3 different
worksheet(east, west ,south) and the data in each spreadsheet. Therefore, i
am wondering if i can auto fill in the cell which calculate the profit of the
client when i choose the list .

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
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
how do I use one drop-list to modify another drop-lists options? [email protected] Excel Discussion (Misc queries) 3 September 9th 07 05:46 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 PM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


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

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"