I
I_need_help
Does anyone know if it is possible to make the input conditions of a
cell dependent on the value/formula of/in another cell WITHOUT using
VBA?
example:
if (cell_a = pre_defined_value_a OR
some_condition/formula_is_true) then (cell_b = pre_defined_value_b OR
some_condition/formula) otherwise (user_can_enter_a_value OR
user_can_choose_from_drop_down_list)
Thanks.
cell dependent on the value/formula of/in another cell WITHOUT using
VBA?
example:
if (cell_a = pre_defined_value_a OR
some_condition/formula_is_true) then (cell_b = pre_defined_value_b OR
some_condition/formula) otherwise (user_can_enter_a_value OR
user_can_choose_from_drop_down_list)
Thanks.