Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Data conversion: Text to Numeric to Support Averaging

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!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 457
Default Data conversion: Text to Numeric to Support Averaging

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" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
averaging a column of letter grades into a numeric GPA David Aukerman[_2_] Excel Worksheet Functions 3 September 22nd 09 08:31 PM
How to avoide data conversion when opening a text file? Vel Excel Discussion (Misc queries) 18 April 17th 08 03:57 PM
Prevent conversion of numeric text string to scientific notation StuckWithExcelAlas Excel Discussion (Misc queries) 1 December 28th 07 07:02 PM
converting text to numeric data babooz Excel Worksheet Functions 3 May 19th 06 08:14 AM
ASCII to Numeric Conversion cincode5 Excel Discussion (Misc queries) 2 August 4th 05 07:25 PM


All times are GMT +1. The time now is 04:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"