excel formula if less than to show a minimum digit

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how to use the "IF formula" so that eg. if the calculation is less than "12"
I would like the cell to show 12 if the answer is more than 12 the result
will roundup, for the later I have the formula I would lioke to combine both
 
Hi

=IF(your formula<12, 12, your formula)

Cheers
JulieD

new flower said:
how to use the "IF formula" so that eg. if the calculation is less than "12"
I would like the cell to show 12 if the answer is more than 12 the result
will roundup, for the later I have the formula I would lioke to combine
both
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CUMIPMT 0
averaging less than values 1
formula showing in cell rather than answer for formula 1
Excel Formula Help 1
How to generate Minimum formula? 6
Excel Need Countifs Formula Help 0
Tracking dates in Excel 5
Excel 1 vs 10 in Excel Formula 0

Back
Top