Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KHart
 
Posts: n/a
Default IF, THEN formulas

I need a formula that will give me an IF, THEN answer. This is what I need:
If the value in A1 is less than 1.99, then the number 0 would be in A2, If
the value in A1 is between 2 and 4.99, then .5 would be in A2, If the value
in A1 is greater than 5 then the number 1 would be in A2.
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Hi, KHart. Try this: =IF(A1<=1.99,0,IF(A1<=4.99,.5,1))
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"KHart" wrote in message
...
I need a formula that will give me an IF, THEN answer. This is what I

need:
If the value in A1 is less than 1.99, then the number 0 would be in A2, If
the value in A1 is between 2 and 4.99, then .5 would be in A2, If the

value
in A1 is greater than 5 then the number 1 would be in A2.



  #3   Report Post  
KHart
 
Posts: n/a
Default

Thanks Anne, that was exactly what I needed. I appreciate your prompt reply.
Kathy

"Anne Troy" wrote:

Hi, KHart. Try this: =IF(A1<=1.99,0,IF(A1<=4.99,.5,1))
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"KHart" wrote in message
...
I need a formula that will give me an IF, THEN answer. This is what I

need:
If the value in A1 is less than 1.99, then the number 0 would be in A2, If
the value in A1 is between 2 and 4.99, then .5 would be in A2, If the

value
in A1 is greater than 5 then the number 1 would be in A2.




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


Similar Threads
Thread Thread Starter Forum Replies Last Post
paste formulas between workbooks without workbook link ron Excel Discussion (Misc queries) 3 April 22nd 23 08:11 AM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
How to make Excel run limited number of formulas on a given worksh John Excel Discussion (Misc queries) 0 January 12th 05 04:29 PM
Way to make Excel only run certain formulas on a worksheet? jrusso Excel Discussion (Misc queries) 0 January 12th 05 04:23 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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

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

About Us

"It's about Microsoft Excel"