#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default combo box

Hi,

I intend to create three scenarios with each scenario incorporating two sets
of variables (asset price and daily rate for example), and then use Combo Box
to select a scenario. How can I do this?

Thanks!

tom
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default combo box

would be happy with an answer on the below problem a friend has asked me to
post, I believe there is an alternative, but also encounter a problem

given:
in cell A1 a list is created (data validation), referring to cells A3, A4,
A5

A B C D
3 worst 12 12 13
4 base 12 15 18
5 best 12 16 21

In row 6 I want the data depending on the chosen scenario

My solution:

B6=VLOOKUP(A1,A3:D5,2) etc...

however, the row is quite long, so that means that for every column I have
to rewrite the formula...
is there an alternative for this?

QUESTION 2:
why should one use a combo box in thes case? what is the advantage as
compared to creating a list as described above?


"tom ossieur" wrote:

Hi,

I intend to create three scenarios with each scenario incorporating two sets
of variables (asset price and daily rate for example), and then use Combo Box
to select a scenario. How can I do this?

Thanks!

tom

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default combo box

Try

=VLOOKUP($A$1,$A$3:$D$5,COLUMN(),FALSE)

and copy across row

"tom ossieur" wrote:

would be happy with an answer on the below problem a friend has asked me to
post, I believe there is an alternative, but also encounter a problem

given:
in cell A1 a list is created (data validation), referring to cells A3, A4,
A5

A B C D
3 worst 12 12 13
4 base 12 15 18
5 best 12 16 21

In row 6 I want the data depending on the chosen scenario

My solution:

B6=VLOOKUP(A1,A3:D5,2) etc...

however, the row is quite long, so that means that for every column I have
to rewrite the formula...
is there an alternative for this?

QUESTION 2:
why should one use a combo box in thes case? what is the advantage as
compared to creating a list as described above?


"tom ossieur" wrote:

Hi,

I intend to create three scenarios with each scenario incorporating two sets
of variables (asset price and daily rate for example), and then use Combo Box
to select a scenario. How can I do this?

Thanks!

tom

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
Best way to populate worksheet from 2 combo boxes jswasson Excel Worksheet Functions 0 July 7th 06 01:21 PM
Macro that can run combo boxes simonsmith Excel Discussion (Misc queries) 0 June 5th 06 05:00 PM
Nesting Combo Boxes /Returning an Array ELMONDO SNITHER Excel Discussion (Misc queries) 1 June 30th 05 01:15 AM
connecting combo boxes to yield data in another cell. TxN8tv Excel Discussion (Misc queries) 0 March 14th 05 04:07 PM
dynamic combo boxes tjb Excel Worksheet Functions 2 January 25th 05 07:33 PM


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