#1   Report Post  
Lynx10
 
Posts: n/a
Default Help with formula


I need help with a formula, If I insert my grade as 92-100 in cell A1, I
need it to show in cell A2 that that is an "A" grade, if I insert my
grade as 89-91, It needs to be a "A-" grade, 86-88="b", etc...


--
Lynx10
------------------------------------------------------------------------
Lynx10's Profile: http://www.excelforum.com/member.php...o&userid=26957
View this thread: http://www.excelforum.com/showthread...hreadid=401756

  #2   Report Post  
Bryan Hessey
 
Posts: n/a
Default


Hi,

If you have 7 or less conditions you can use


=IF(A191,"A",IF(A188,"A-",IF(A185,"B",IF(A179,"B-",IF(A169,"C",IF(A164,"C-",IF(A140,"D","E")))))))

If you have more conditions you will need a table and use
vlookup(a1,{table-ref},2,true) to select the required range from the
second column based on the best fit of column A

Hope this helps


Lynx10 Wrote:
I need help with a formula, If I insert my grade as 92-100 in cell A1, I
need it to show in cell A2 that that is an "A" grade, if I insert my
grade as 89-91, It needs to be a "A-" grade, 86-88="b", etc...



--
Bryan Hessey
------------------------------------------------------------------------
Bryan Hessey's Profile: http://www.excelforum.com/member.php...o&userid=21059
View this thread: http://www.excelforum.com/showthread...hreadid=401756

  #3   Report Post  
Ragdyer
 
Posts: n/a
Default

Try this in A2:

=LOOKUP(A1,{0,71,74,77,80,83,86,89,92;"E","D-","D","C-","C","B-","B","A-","A
"})

Change the values and letter grades to suit.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Lynx10" wrote in
message ...

I need help with a formula, If I insert my grade as 92-100 in cell A1, I
need it to show in cell A2 that that is an "A" grade, if I insert my
grade as 89-91, It needs to be a "A-" grade, 86-88="b", etc...


--
Lynx10
------------------------------------------------------------------------
Lynx10's Profile:

http://www.excelforum.com/member.php...o&userid=26957
View this thread: http://www.excelforum.com/showthread...hreadid=401756


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
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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