ComboBox Population of Cell Range
These two formulas work. Can they be combined, or should code doing the same thing be used in a module
=IF(((Variables!C11="T1")+(Variables!C11="T2")),Va riables!D8,"Select Strategy"
=IF(((Variables!C11="R1")+(Variables!C11="R2")+(Va riables!C11="R3")+(Variables!C11="R4")),Variables! D9,"Select Strategy")
|