#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default IF Function

in Cell A1 there would be numeric values from 10 to 100. in Cell A4 I want to
apply following conditions

1. If value in Cell A1 is less then 50, it returns "Danger Zone".
2. If value in Cell A1 is between 50 to 60, it returns "Need Improvement".
3. If value in Cell A1 is 60 to 80, it returns "Satisfactory".
4. If value in Cell A1 is 80 to 100, it returns "Good".

May be it would work with IF Function. but i dont know how.....please some
one help....

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200903/1

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default IF Function

=IF(A1<50,"Danger Zone",IF(A1<60,"Need
Improvement",IF(A1<80,"Satisfactory","Good")))

"adeel via OfficeKB.com" <u32736@uwe wrote in message
news:935188b5e3ea8@uwe...
in Cell A1 there would be numeric values from 10 to 100. in Cell A4 I want
to
apply following conditions

1. If value in Cell A1 is less then 50, it returns "Danger Zone".
2. If value in Cell A1 is between 50 to 60, it returns "Need Improvement".
3. If value in Cell A1 is 60 to 80, it returns "Satisfactory".
4. If value in Cell A1 is 80 to 100, it returns "Good".

May be it would work with IF Function. but i dont know how.....please some
one help....

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200903/1



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default IF Function

=IF(A1<50,"Danger Zone",IF(AND(A1=50,A1=<60),"Need Improvement",IF(AND
(A160,A1=<80),"Satisfactory",IF(AND(A180,A1=<100 ),"Good",""))))

change < to =< to suit

HIH


On 19 Mar, 15:23, "adeel via OfficeKB.com" <u32736@uwe wrote:
in Cell A1 there would be numeric values from 10 to 100. in Cell A4 I want to
apply following conditions

1. If value in Cell A1 is less then 50, it returns "Danger Zone".
2. If value in Cell A1 is between 50 to 60, it returns "Need Improvement".
3. If value in Cell A1 is 60 to 80, it returns "Satisfactory".
4. If value in Cell A1 is 80 to 100, it returns "Good".

May be it would work with IF Function. but i dont know how.....please some
one help....

--
Message posted via OfficeKB.comhttp://www.officekb.com/Uwe/Forums.aspx/ms-excel/200903/1


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default IF Function

oops, sorry
use Bob's formula
;-)

On 19 Mar, 15:39, Jarek Kujawa wrote:
=IF(A1<50,"Danger Zone",IF(AND(A1=50,A1=<60),"Need Improvement",IF(AND
(A160,A1=<80),"Satisfactory",IF(AND(A180,A1=<100 ),"Good",""))))

change < to =< to suit

HIH

On 19 Mar, 15:23, "adeel via OfficeKB.com" <u32736@uwe wrote:



in Cell A1 there would be numeric values from 10 to 100. in Cell A4 I want to
apply following conditions


1. If value in Cell A1 is less then 50, it returns "Danger Zone".
2. If value in Cell A1 is between 50 to 60, it returns "Need Improvement".
3. If value in Cell A1 is 60 to 80, it returns "Satisfactory".
4. If value in Cell A1 is 80 to 100, it returns "Good".


May be it would work with IF Function. but i dont know how.....please some
one help....


--
Message posted via OfficeKB.comhttp://www.officekb.com/Uwe/Forums.aspx/ms-excel/200903/1- Ukryj cytowany tekst -


- Pokaż cytowany tekst -


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 694
Default IF Function

Hi
Try this
=IF(A1<=50,"Danger Zone",IF(A1<=60,"Need
Improvement",IF(A1<=80,"Satisfactory",IF(A1<=100," Good"))))
HTH
John
"adeel via OfficeKB.com" <u32736@uwe wrote in message news:935188b5e3ea8@uwe...
in Cell A1 there would be numeric values from 10 to 100. in Cell A4 I want to
apply following conditions

1. If value in Cell A1 is less then 50, it returns "Danger Zone".
2. If value in Cell A1 is between 50 to 60, it returns "Need Improvement".
3. If value in Cell A1 is 60 to 80, it returns "Satisfactory".
4. If value in Cell A1 is 80 to 100, it returns "Good".

May be it would work with IF Function. but i dont know how.....please some
one help....

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200903/1




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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


All times are GMT +1. The time now is 06:41 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"