Simple, need assistance

  • Thread starter Thread starter craigwojo
  • Start date Start date
C

craigwojo

I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it t
remain .75.

Thank you,
Crai
 
craigwojo said:
I've got a cell with the formula =ROUNDDOWN(M2*F2,2).
What I need is if the cell information is less that .75 I need it to
remain .75.

Thank you,
Craig

Like this?

=IF(M2*F2,2<.75,.75,ROUNDDOWN(M2*F2,2))

/Fredrik
 

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

Back
Top