J
JeffJ
If cells A1 and A2 contain drop-down lists, and the choices in A1 are R
S, and T; and the choices in A2 are 2, 3 and 4; If I select S or T i
A1, I want 2 to automatically appear in A2 (since S and T can only b
2). But if I choose R in A1, I want to be able to manually choose 2,
or 4 from A2 (since R can be either 2, 3 or 4).
Since A1 and A2 both contain drop-down lists, I'm guessing they canno
at the same time contain formulas; therefore I would have to use
third cell for the formula, i.e., maybe B1. So the formula would hav
to be in B1, but the result would have to show up in A2 (actually
since B1 will be hidden, it's OK if the result shows up both in B1 an
in A2). I'm guessing the solution might be sort of similar to this:
IF(OR(A1="S",A1="T"),A2,IF(A2<0,A2=2)) In this example, the "A2<0" i
probably the main problem area. Thank you for any help. -Jef
Jenkins, (e-mail address removed), http://lightningfingers.tripod.co
S, and T; and the choices in A2 are 2, 3 and 4; If I select S or T i
A1, I want 2 to automatically appear in A2 (since S and T can only b
2). But if I choose R in A1, I want to be able to manually choose 2,
or 4 from A2 (since R can be either 2, 3 or 4).
Since A1 and A2 both contain drop-down lists, I'm guessing they canno
at the same time contain formulas; therefore I would have to use
third cell for the formula, i.e., maybe B1. So the formula would hav
to be in B1, but the result would have to show up in A2 (actually
since B1 will be hidden, it's OK if the result shows up both in B1 an
in A2). I'm guessing the solution might be sort of similar to this:
IF(OR(A1="S",A1="T"),A2,IF(A2<0,A2=2)) In this example, the "A2<0" i
probably the main problem area. Thank you for any help. -Jef
Jenkins, (e-mail address removed), http://lightningfingers.tripod.co