Wednesday, July 20, 2011

How do I put these 2 formulas in the same cell?

=IF((C5 * 0.003) < 125, 125, C5 * 0.003)*D5 and =IF((C5 * 0.003) > 2000, 2000, C5 * 0.003)*D5

No comments:

Post a Comment