D
dhunter43
I have successfully used the "IF" formula but need to expand beyond the
number of allowable nested arguments. The "LOOKUP" formula won't work because
I cannot ensure the user selections will be sorted. I've tried using "IFELSE"
in VBA but I don't understand how to properly write the conditions and the
only examples I can find aren't helpful.
Here is the scenario I'm working with.
I have 2 worksheets; InputForm and Formulas.
Range B14:b25 in the InputForm worksheet are drop down lists that deliver a
value in the corresponding range c14:c25.
Cells M1:AC1 in the Formulas worksheet are the same as the drop down list in
the InputForm worksheet. I need to populate cells M2:AC2 with the data from
InputForm C14:c25 based on user selection.
90% of the time there will be several cells left blank in InputForm b14:c25
and I would like to return a "0" in Formulas("M2:AC2") if an operation
isn't selected.
thank you,
dhunter43
The Performance Advantage, LLC
number of allowable nested arguments. The "LOOKUP" formula won't work because
I cannot ensure the user selections will be sorted. I've tried using "IFELSE"
in VBA but I don't understand how to properly write the conditions and the
only examples I can find aren't helpful.
Here is the scenario I'm working with.
I have 2 worksheets; InputForm and Formulas.
Range B14:b25 in the InputForm worksheet are drop down lists that deliver a
value in the corresponding range c14:c25.
Cells M1:AC1 in the Formulas worksheet are the same as the drop down list in
the InputForm worksheet. I need to populate cells M2:AC2 with the data from
InputForm C14:c25 based on user selection.
90% of the time there will be several cells left blank in InputForm b14:c25
and I would like to return a "0" in Formulas("M2:AC2") if an operation
isn't selected.
thank you,
dhunter43
The Performance Advantage, LLC