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.

TeamOFFPIT/DEFADJHMPressure
Red SoxQ-2K
DodgersQ-4N
RaysO-1G
RangersQ2F

<tbody>
</tbody>


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
1TeamOFFPIT/DEFADJHMPressure
2Red SoxQ-2OK
3DodgersQ-4MN
4RaysO-1NG
5RangersQ2SF

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
D2=CHAR(SUM(CODE(B2),C2))

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



ADJ column formula copied down.


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

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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