Ask Your Question
1

Calc conditional drop-menu

asked 2012-03-26 22:32:33 +0200

GuitarEC gravatar image GuitarEC
11 1 3

I have a spreadsheet that depending on other data entered, will either present a fixed value, or a drop box of possible values. Below is a formula I'm hoping can be made to work in this way.

=if(Condition,12,(if(Condition,24,(if(Condition3,Drop list,36)))))

...where "Drop List" offers the choice between 24 or 36...

Hope that clearly identifies what I'd like to do...

Thanks.

delete close flag offensive retag edit

Comments

@GuitarEC -- Did mariosv's answer work for you? Are you still looking for an answer?

qubit ( 2013-03-13 04:56:15 +0200 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2012-03-26 23:51:19 +0200

mariosv gravatar image mariosv flag of Spain
5039 23 51

I hope a formula like this (an example) is what you are looking for.

In A3:a8 a range of selection.

In B3:b7 other range of selection.

In B1 the data to select one or other.

In C3:

Menu/Data/Validity - Tab criteria, Allow - Cell range

Source: IF(B1=1;A3:A8;B3:B8)

That's all.

link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2012-03-26 22:32:33 +0200

Seen: 228 times

Last updated: Mar 26 '12