If then formula

  • Thread starter Thread starter pakmount
  • Start date Start date
P

pakmount

How do i write a formula that will look at A1, if it is more than .25 put
the value "5.00" in B1, if it is not more than .25, put the value "0.00"

I am sure this is easy, and on any other day i could probably figure it out.
Today, my brain isn't responding to simple commands! Thanks
 
One way assuming A1 will never contain a text entry:

=(A1>=0.25)*5

Format as NUMBER 2 decimal places
 
T. Valko said:
One way assuming A1 will never contain a text entry:

=(A1>=0.25)*5

Format as NUMBER 2 decimal places

--
Biff
Microsoft Excel MVP

I can see this works and is very neat, but not sure I understand how - would you (please) be able to explain.
 

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