#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default If then formula

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default If then formula

One way assuming A1 will never contain a text entry:

=(A1=0.25)*5

Format as NUMBER 2 decimal places

--
Biff
Microsoft Excel MVP


"pakmount" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If then formula

In B1 use =IF(A10.25,5,0) and format for two decimal places.

"pakmount" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"