Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default How Do I add/sum the numbers in one cell...((More Info Below))

Hello. What I'm doing exactly is Let's Say A1 I have this:
1,5,8,9,10,12

And Now in A2 I want to put the sum of these numbers...

So I want to add the numbers even though they consist of commas.

Is this possible!? Hope you all can help me.
Thank you for your replies...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 430
Default How Do I add/sum the numbers in one cell...((More Info Below))

This is not the ideal solution and is undoubtably very inefficient but for
the one example you listed it works. One of the more savvy formula gurus
will probalby come up with something far better but this might at least give
you a place to start.

=LEFT(A1,1)+MID(A1,3,1)+MID(A1,5,1)+MID(A1,7,1)+MI D(A1,9,2)+RIGHT(A1,2)

"Gregorio" wrote:

Hello. What I'm doing exactly is Let's Say A1 I have this:
1,5,8,9,10,12

And Now in A2 I want to put the sum of these numbers...

So I want to add the numbers even though they consist of commas.

Is this possible!? Hope you all can help me.
Thank you for your replies...

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
Help with this conditional IF statement C-Dawg Excel Discussion (Misc queries) 3 May 15th 06 06:01 PM
How to create/run "cell A equals Cell B put Cell C info in Cell D abmb161 Excel Discussion (Misc queries) 5 January 26th 06 06:36 PM
Adding numbers in one cell and showing total in seperate cell Deernad Construction Excel Discussion (Misc queries) 12 November 29th 05 07:32 PM
Averaging Numbers when 2 numbers in one cell Ourania Excel Worksheet Functions 8 January 12th 05 06:40 PM
Paste rows of numbers from Word into single Excel cell BecG Excel Discussion (Misc queries) 1 December 8th 04 04:55 PM


All times are GMT +1. The time now is 01:03 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"