Multiple IF formulas
Yes, there are several ways to do that. What are you really trying to do?
One way:
=IF(<condition1,1, 2) + IF(<condition2, 3, 4)
another:
=IF(<condition1, 1, IF(<condition2, 2, 3))
In article ,
sriddle wrote:
Can I put more than on IF formula in a cell?
|