Formula

mad3

Board Regular
Joined
Sep 15, 2009
Messages
128
Office Version
  1. 365
Platform
  1. Windows
I have a scoresheet that has letter grades in column B and A NUMBER FROM -4 TO +4 IN column C. I want to adjust the letter grades based on the number in column C. With the new letter grade in column D which is called ADJ.

[TABLE="width: 453"]
<tbody>[TR]
[TD]Team[/TD]
[TD]OFF[/TD]
[TD]PIT/DEF[/TD]
[TD]ADJ[/TD]
[TD]HM[/TD]
[TD]Pressure[/TD]
[/TR]
[TR]
[TD]Red Sox[/TD]
[TD]Q[/TD]
[TD]-2[/TD]
[TD][/TD]
[TD][/TD]
[TD]K[/TD]
[/TR]
[TR]
[TD]Dodgers[/TD]
[TD]Q[/TD]
[TD]-4[/TD]
[TD][/TD]
[TD][/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Rays[/TD]
[TD]O[/TD]
[TD]-1[/TD]
[TD][/TD]
[TD][/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]Rangers[/TD]
[TD]Q[/TD]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD]F[/TD]
[/TR]
</tbody>[/TABLE]


Help in California...
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi,

You didn't say How the Letter grade is to be adjusted by the Number.
 
Upvote 0
Hi,

You didn't say How the Letter grade is to be adjusted by the Number.

My bad... If the number in column 'C' is a positive, the letter grade advances to R...S...T and so on. If the number is a negative, it goes backwards ... P...O...N etc.
 
Upvote 0
Here you go:


Excel 2010
ABCDEF
1TeamOFFPIT/DEFADJHMPressure
2Red SoxQ-2OK
3DodgersQ-4MN
4RaysO-1NG
5RangersQ2SF
Sheet1
Cell Formulas
RangeFormula
D2=CHAR(SUM(CODE(B2),C2))


ADJ column formula copied down.
 
Upvote 0
Here you go:

Excel 2010
ABCDEF
TeamOFFPIT/DEFADJHMPressure
Red SoxQOK
DodgersQMN
RaysONG
RangersQSF

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: center"]2[/TD]

[TD="align: right"]-2[/TD]

[TD="align: right"][/TD]

[TD="align: center"]3[/TD]

[TD="align: right"]-4[/TD]

[TD="align: right"][/TD]

[TD="align: center"]4[/TD]

[TD="align: right"]-1[/TD]

[TD="align: right"][/TD]

[TD="align: center"]5[/TD]

[TD="align: right"]2[/TD]

[TD="align: right"][/TD]

</tbody>
Sheet1

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]D2[/TH]
[TD="align: left"]=CHAR(SUM(CODE(B2),C2))[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]



ADJ column formula copied down.


Worked perfectly. Now on to the next step. Thanks so much!
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,279
Members
452,630
Latest member
OdubiYouth

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top