PC Review


Reply
Thread Tools Rate Thread

Custom Formating Letters to Numbers while Displaying Letters

 
 
Luke Androsiglio
Guest
Posts: n/a
 
      31st Mar 2010
I am trying to accomplish this in terms of letter grades corresponding
to number grades. How do I format a cell so that I can enter a letter
grade: A, A-, B+, B, etc. and the corresponding number: 4.00, 3.67,
3.33, 3.00, etc. to each letter grade will be the numeric value of the
cell (which I can reference in a formula in a different cell), while
the letter remains displayed in the cell?
As an example: in cell A1, I would type: B+, I would like B+ to remain
displayed, but the value of the cell would be 3.33. Therefore, I could
multiply cell B1 (which has a value of 3.00) to cell A1 and resulting
answer would be 9.99.

Thank you
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      31st Mar 2010
How about creating a 2 column table that lists the letter grades in the left
column and the corresponding numeric value in the right column. Like this:

...........J..........K
1.......A..........4
2.......A-........3.67
3.......B+........3.33
4.......B..........3

Then:

A1 = some letter grade like B+
B1 = 3.00

C1 formula:

=B1*SUMIF(J1:J4,A1,K1:K4)

Result = 9.99

--
Biff
Microsoft Excel MVP


"Luke Androsiglio" <(E-Mail Removed)> wrote in message
news:881b5819-2465-47eb-aefd-(E-Mail Removed)...
>I am trying to accomplish this in terms of letter grades corresponding
> to number grades. How do I format a cell so that I can enter a letter
> grade: A, A-, B+, B, etc. and the corresponding number: 4.00, 3.67,
> 3.33, 3.00, etc. to each letter grade will be the numeric value of the
> cell (which I can reference in a formula in a different cell), while
> the letter remains displayed in the cell?
> As an example: in cell A1, I would type: B+, I would like B+ to remain
> displayed, but the value of the cell would be 3.33. Therefore, I could
> multiply cell B1 (which has a value of 3.00) to cell A1 and resulting
> answer would be 9.99.
>
> Thank you



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      31st Mar 2010
Example formula using a helper cell.

=IF(A1="","",LOOKUP(A1,{"a","a-","b+","b","b-","c+","c","c-","d+","d","d-","f"},{4,3.7,3.3,3,2.7,2.3,2,1.7,1.3,1,0.7,0})*B1)

entered in C1


Gord Dibben MS Excel MVP


On Tue, 30 Mar 2010 18:51:57 -0700 (PDT), Luke Androsiglio
<(E-Mail Removed)> wrote:

>I am trying to accomplish this in terms of letter grades corresponding
>to number grades. How do I format a cell so that I can enter a letter
>grade: A, A-, B+, B, etc. and the corresponding number: 4.00, 3.67,
>3.33, 3.00, etc. to each letter grade will be the numeric value of the
>cell (which I can reference in a formula in a different cell), while
>the letter remains displayed in the cell?
>As an example: in cell A1, I would type: B+, I would like B+ to remain
>displayed, but the value of the cell would be 3.33. Therefore, I could
>multiply cell B1 (which has a value of 3.00) to cell A1 and resulting
>answer would be 9.99.
>
>Thank you


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Columns now numbers rather than letters how do i get letters back SalExcel10 Microsoft Excel Misc 2 4th Mar 2010 02:48 PM
Count only Letters in cells that contain both letters and numbers TommyB Microsoft Excel Worksheet Functions 1 8th Aug 2009 12:29 AM
Displaying numbers as letters DJJ Microsoft Access Form Coding 3 30th Sep 2006 06:43 PM
displaying letters as average instead of numbers metiz Microsoft Excel Misc 2 24th Apr 2006 08:53 AM
Need help w/ Custom Primary key with letters and numbers? Vandat Ng. via AccessMonster.com Microsoft Access Form Coding 2 12th Apr 2005 01:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:20 PM.