I want cell E2 to calculate a SUM of cell C2 and D2. C2 and D2 are formatted with drop downs with the below values:
C2
Extremely Serious
Major
Severe
Serious
Low
D2
Very Unlikely
Unlikely
Potentially
Possible
Probable
Virtually Certain
I thought the following formula would work, but it is not. Any suggestions on this one?
{=SUM(IF(C2{"Extremely Serious";"Major";"Severe";"Serious";"Low"},{5;4;3;2;1}))}+({(IF(D2={"Very Unlikely";"Unlikely";"Potentially";"Possible";"Probable";"Virtually Certain"},{1;2;3;4;5;6})))}
C2
Extremely Serious
Major
Severe
Serious
Low
D2
Very Unlikely
Unlikely
Potentially
Possible
Probable
Virtually Certain
I thought the following formula would work, but it is not. Any suggestions on this one?
{=SUM(IF(C2{"Extremely Serious";"Major";"Severe";"Serious";"Low"},{5;4;3;2;1}))}+({(IF(D2={"Very Unlikely";"Unlikely";"Potentially";"Possible";"Probable";"Virtually Certain"},{1;2;3;4;5;6})))}
Last edited: