Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DC DC is offline
external usenet poster
 
Posts: 42
Default how do I sum columns with cells that contain alphanumeric data?

Can anyone assist me in summing columns that have alphanumeric data, where
the data ends with m2? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default how do I sum columns with cells that contain alphanumeric data?

On Tue, 12 Aug 2008 11:53:01 -0700, DC
wrote:

Can anyone assist me in summing columns that have alphanumeric data, where
the data ends with m2? Thanks.



Please show a typical example of your input and the expected output.

Lars-Åke
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default how do I sum columns with cells that contain alphanumeric data?

hm,

When you say the data ends in M2 i assume it's the numbers to the left of
the M you want to sum. If so try this

=SUM(VALUE(LEFT(A1:A10,FIND("m",A1:A10)-1)))

Which is an array so commit with Ctrl+Shift+Enter NOT by pressing enter. If
you do it correctly then Excel will put curly brackets {} around it. You cant
type this yourself.


If its the numbers to the right of the M then use this. Once again an array.

=SUM(VALUE(MID(A1:A10,FIND("m",A1:A10)+1,LEN(A1))) )

Mike


"DC" wrote:

Can anyone assist me in summing columns that have alphanumeric data, where
the data ends with m2? Thanks.

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
Calculate number between two alphanumeric cells Jennifer Medina[_2_] Excel Discussion (Misc queries) 5 December 4th 07 02:28 AM
Finding unique entries among two columns of alphanumeric data Bob Excel Worksheet Functions 10 October 23rd 06 02:40 PM
How do I print in excell without alphanumeric columns on document. Terry Excel Worksheet Functions 1 May 24th 06 05:54 PM
how to format alphanumeric cells as numbers jennifer72401 Excel Discussion (Misc queries) 1 February 9th 06 06:45 PM
alphanumeric cells Kristy Excel Worksheet Functions 1 November 8th 04 06:58 PM


All times are GMT +1. The time now is 11:32 PM.

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"