So long story short, I need to change some numerical grades to letter grades within ...
-
Anybody Experienced In Excel
So long story short, I need to change some numerical grades to letter grades within the cell. I know how to use vlookup but say there is a cell that has the grade of 96, I need to change this to an A+. It needs to be within the two variable data table. Really stuck on this and cant figure it out.
-
-
-
Re: Anybody Experienced In Excel
Let's assume your grades are in Column A
Create a new Column and use this formula
=IF(A1>90,"A+",IF(A1>80,"A",IF(A1>60,"B",IF(A1>50, "C", "D"))))
Then copy this down all the rows.
These are nested "IF" statements that take the form IF(condition,true,false)
If this doesn't make sense to you, let me know the exact gradings, and I'll do the exact formula for you.
-
-
Re: Anybody Experienced In Excel
Just create an IF function..it'll do exactly what you need. And yeah, what mirrorman says looks right.
-
-
Re: Anybody Experienced In Excel
excel reminds me of my corporate days...SMH
-
-
Re: Anybody Experienced In Excel
this is for one of my courses lol
-
-
Re: Anybody Experienced In Excel
thanks but what I am trying to do is change to the letter grade in replacement of the numerical grade within the cell.

Originally Posted by
mirrorman
Let's assume your grades are in Column A
Create a new Column and use this formula
=IF(A1>90,"A+",IF(A1>80,"A",IF(A1>60,"B",IF(A1>50, "C", "D"))))
Then copy this down all the rows.
These are nested "IF" statements that take the form IF(condition,true,false)
If this doesn't make sense to you, let me know the exact gradings, and I'll do the exact formula for you.
-
-
Re: Anybody Experienced In Excel
Is there a specific reason you can't do what I suggested and then paste the resulting values into the original cells?
Last edited by mirrorman; 10-23-2012 at 10:30 PM.
-
-
Re: Anybody Experienced In Excel
i have tried the if statement and if working fine as the first replier says.
-
-
Re: Anybody Experienced In Excel
yes it does work, but there is a certain feature I am looking for that can do it without copying it from an external cell. thanks for your help
-
-
Re: Anybody Experienced In Excel
Unless you can explain better, then I think you're going to be having to use VBA/Macros to accomplish what you're asking.
-
-
Re: Anybody Experienced In Excel
@OP just send me the file I do this for free.
-
-
Re: Anybody Experienced In Excel
just use ctrl H mass replace.. or else create a rule to highlight cells between 90 and 100 and just paste A+ in all.. repeat with 80-90, etc.. 5 min max.
-
-
Re: Anybody Experienced In Excel
I think the only solution for this is VBA or Macros.
-
Similar Threads
-
By deathlyreaver in forum Black Hat SEO
Replies: 4
Last Post: 05-19-2011, 05:29 AM
-
By virtualc08 in forum BlackHat Lounge
Replies: 4
Last Post: 02-14-2011, 02:55 AM
-
By chaser232 in forum Black Hat SEO
Replies: 1
Last Post: 12-10-2010, 05:26 AM
-
By crazyflx in forum Hire a Freelancer
Replies: 11
Last Post: 09-19-2010, 07:01 PM
-
By curiosity in forum Hire a Freelancer
Replies: 5
Last Post: 11-12-2009, 03:41 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks