excell

  • Thread starter Thread starter yonkersmike
  • Start date Start date
Y

yonkersmike

i want to come up with a formula where cell b1 *.00125 if its less than 100,
the value must show min 100.00
 
In C1 type: =IF(B1*0.00125<100,100,B1*0.00125)
Micky
 

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