hi . . .
i have posted a sample file where the formula is
=IF(A3>=90,(C3*100%),IF(A3>=75,(C3*75%),IF(A3>=60,(C3*50%),IF(A3>=50,(C3*25%),IF(A3<=49,0))))).
Note:
1. when column A calculates column C the above formula throws correct value.
2. when column C is empty, the if condition should automatically take column B for calculation.
How should i specify that?
i have posted a sample file where the formula is
=IF(A3>=90,(C3*100%),IF(A3>=75,(C3*75%),IF(A3>=60,(C3*50%),IF(A3>=50,(C3*25%),IF(A3<=49,0))))).
Note:
1. when column A calculates column C the above formula throws correct value.
2. when column C is empty, the if condition should automatically take column B for calculation.
How should i specify that?