J
Julie P.
Hi, I have the following formula:
=IF(Q3<=25,Q3*0.0525,1.3125+(Q3-25)*0.0275)
Now, what I want to do, is take the result of the above formula, and times
it by an integer I have in cell R3. But I want this formula, and the one
above, in one cell, not two. So can I do the following:
=R3*(IF(Q3<=25,Q3*0.0525,1.3125+(Q3-25)*0.0275))
Thanks!
=IF(Q3<=25,Q3*0.0525,1.3125+(Q3-25)*0.0275)
Now, what I want to do, is take the result of the above formula, and times
it by an integer I have in cell R3. But I want this formula, and the one
above, in one cell, not two. So can I do the following:
=R3*(IF(Q3<=25,Q3*0.0525,1.3125+(Q3-25)*0.0275))
Thanks!