PC Review


Reply
Thread Tools Rate Thread

Data conversion: Text to Numeric to Support Averaging

 
 
Frogs5
Guest
Posts: n/a
 
      27th May 2010
I have a mix of grades (academic achievement) in numeric (98, 86, etc.) and
text
(A, B+, etc.) format that I need to average for a final grade. While I can
use LOOKUP variants to display the text as numeric, I have yet to figure out
how to manipulate the text so it can be AVERAGEd with the numeric data. I am
not totally new to Excel; however, I figured there are smarter folks in the
community that may have already wrestled this issue into a solution.
Congratulations! Please share your results...thank you!
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      28th May 2010
You'll need to first create a helper column. Assuming you have a lookup
table setup somewhere to convert the text to numbers, can do:
=IF(ISNUMBER(A2),A2,LOOKUP(A2,Your_Table))

Then average the helper column.

--
Best Regards,

Luke M
"Frogs5" <(E-Mail Removed)> wrote in message
news:39B0EC0A-5981-4EE1-8463-(E-Mail Removed)...
>I have a mix of grades (academic achievement) in numeric (98, 86, etc.) and
> text
> (A, B+, etc.) format that I need to average for a final grade. While I can
> use LOOKUP variants to display the text as numeric, I have yet to figure
> out
> how to manipulate the text so it can be AVERAGEd with the numeric data. I
> am
> not totally new to Excel; however, I figured there are smarter folks in
> the
> community that may have already wrestled this issue into a solution.
> Congratulations! Please share your results...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
Quote marks for Numeric vs. Text??? (data type conversion error) =?Utf-8?B?d29ya3NmaXJlMQ==?= Microsoft Access VBA Modules 3 28th Aug 2007 02:06 AM
conversion of text to numeric Larry Empey Microsoft Excel Programming 2 23rd Jun 2006 12:14 AM
Numeric to text conversion Dave Microsoft Excel Misc 3 19th Aug 2004 11:58 PM
Numeric to Text conversion function ODEN Microsoft Access Macros 0 5th Nov 2003 03:18 AM
Numeric -> Text conversion Mike Gorton Microsoft Excel Misc 4 16th Jul 2003 09:31 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:19 AM.