Happy Autumn!
I am trying to flag a cell, pointing to 2 different cells, if the following condition is met:
1. For cell A1: If(C1-C2)/C1>.15 --> Red stoplight.
2. For cell A1: If(C1-C2)/C1>.05 --> Yellow stoplight.
3. For cell A1: If(C1-C2)/C1<=0.05 --> Green stoplight.
This is working fine with the Conditional format.
Issue:
If Cell C1 = 0 (i.e. Denominator is 0), I get a standard error #Div/0! (which is technically correct per the excel logic).
I would like to show same set of indicators, even if the Denominator = 0. I know this may contradict the logic, but the objective is to flag if the C2 value is lower than C1, for dashboard reporting.
Can I get some help?
Thank you and Regards...
I am trying to flag a cell, pointing to 2 different cells, if the following condition is met:
1. For cell A1: If(C1-C2)/C1>.15 --> Red stoplight.
2. For cell A1: If(C1-C2)/C1>.05 --> Yellow stoplight.
3. For cell A1: If(C1-C2)/C1<=0.05 --> Green stoplight.
This is working fine with the Conditional format.
Issue:
If Cell C1 = 0 (i.e. Denominator is 0), I get a standard error #Div/0! (which is technically correct per the excel logic).
I would like to show same set of indicators, even if the Denominator = 0. I know this may contradict the logic, but the objective is to flag if the C2 value is lower than C1, for dashboard reporting.
Can I get some help?
Thank you and Regards...