#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default I need a Formula

I need a formaula to do the following. If the total in cell A1 is between
0-60 I want it to display the word Pass in cell B1. If the If the total in
cell A1 is between 61-80 I want it to display the word Credit in B1. If the
If the total in cell A1 is between 81-100 I want it to display the word
Distinction in B1. I am sure someone would know how to do this!!! Please
help. You will make my life so much easier!!!
Cheers
--
Karen
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default I need a Formula

=IF(A1<61,"Pass",IF(A1<81,"Credit","Distinction"))

--
Gary's Student


"Karen" wrote:

I need a formaula to do the following. If the total in cell A1 is between
0-60 I want it to display the word Pass in cell B1. If the If the total in
cell A1 is between 61-80 I want it to display the word Credit in B1. If the
If the total in cell A1 is between 81-100 I want it to display the word
Distinction in B1. I am sure someone would know how to do this!!! Please
help. You will make my life so much easier!!!
Cheers
--
Karen

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 447
Default I need a Formula

Thank you, thank you, thank you !! Just one more question. Is there two
brackets at the end because one is for the total formula and the other is for
the formula within? So if I was to add a fail would it be
=IF(A1<50,"Fail",IF(A1<61,"Pass",IF(A1<81,"Credit" ,"Distinction")))
If this is right, you are a really good teacher!!!!
Thanks again
--
Karen


"Gary''s Student" wrote:

=IF(A1<61,"Pass",IF(A1<81,"Credit","Distinction"))

--
Gary's Student


"Karen" wrote:

I need a formaula to do the following. If the total in cell A1 is between
0-60 I want it to display the word Pass in cell B1. If the If the total in
cell A1 is between 61-80 I want it to display the word Credit in B1. If the
If the total in cell A1 is between 81-100 I want it to display the word
Distinction in B1. I am sure someone would know how to do this!!! Please
help. You will make my life so much easier!!!
Cheers
--
Karen

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default I need a Formula

Your formula is correct if you want "Fail" to be between 0 and 49.

If you want "Fail" to be between 0 and 50 then change your formula to:

=IF(A1<51,"Fail",IF(A1<61,"Pass",IF(A1<81,"Credit" ,"Distinction")))

Have a pleasant day !
--
Gary's Student


"Karen" wrote:

Thank you, thank you, thank you !! Just one more question. Is there two
brackets at the end because one is for the total formula and the other is for
the formula within? So if I was to add a fail would it be
=IF(A1<50,"Fail",IF(A1<61,"Pass",IF(A1<81,"Credit" ,"Distinction")))
If this is right, you are a really good teacher!!!!
Thanks again
--
Karen


"Gary''s Student" wrote:

=IF(A1<61,"Pass",IF(A1<81,"Credit","Distinction"))

--
Gary's Student


"Karen" wrote:

I need a formaula to do the following. If the total in cell A1 is between
0-60 I want it to display the word Pass in cell B1. If the If the total in
cell A1 is between 61-80 I want it to display the word Credit in B1. If the
If the total in cell A1 is between 81-100 I want it to display the word
Distinction in B1. I am sure someone would know how to do this!!! Please
help. You will make my life so much easier!!!
Cheers
--
Karen

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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 09:05 AM.

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"