Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default summing 2 to 8 separate numbers in a single cell

I have a group of numbers in a single cell, i.e.: 14 6 8 14 6 8. I
would like a formula that provides the sum of those numbers. I thought
I had seen a way to do that a few years ago, but my searches are
coming up empty. Should I be using text functions to isolate numbers,
or would I be better off trying to turn it into an array? It doesn't
seem that it should be that hard, but it's confounding me — maybe it's
lack of sleep...

Andy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 265
Default summing 2 to 8 separate numbers in a single cell

Here's one way... Assuming that A2 contains the data, try the
following...

Insert Name Define

Name: Array

Refers to:

=EVALUATE("{"&SUBSTITUTE($A$2," ",",")&"}")

Click Ok

Then try...

=SUM(Array)

Hope this helps!

http://www.xl-central.com

In article
,
Green Fox wrote:

I have a group of numbers in a single cell, i.e.: 14 6 8 14 6 8. I
would like a formula that provides the sum of those numbers. I thought
I had seen a way to do that a few years ago, but my searches are
coming up empty. Should I be using text functions to isolate numbers,
or would I be better off trying to turn it into an array? It doesn't
seem that it should be that hard, but it's confounding me ‹ maybe it's
lack of sleep...

Andy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default summing 2 to 8 separate numbers in a single cell

On Apr 1, 9:12Â*am, Domenic wrote:
Here's one way... Â*Assuming that A2 contains the data, try the
following...

Insert Name Define

Name: Â*Array

Refers to:

=EVALUATE("{"&SUBSTITUTE($A$2," ",",")&"}")

Click Ok

Then try...

=SUM(Array)

Hope this helps!

http://www.xl-central.com

In article
,
Â*Green Fox wrote:



I have a group of numbers in a single cell, i.e.: 14 6 8 14 6 8. Â*I
would like a formula that provides the sum of those numbers. I thought
I had seen a way to do that a few years ago, but my searches are
coming up empty. Should I be using text functions to isolate numbers,
or would I be better off trying to turn it into an array? It doesn't
seem that it should be that hard, but it's confounding me €¹ maybe it's
lack of sleep...


Andy- Hide quoted text -


- Show quoted text -


Thanks Domenic,
That was exactly what I wanted €” and so simple!

Andy
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
Summing Numbers and Text in same cell Andrewba Excel Discussion (Misc queries) 3 August 8th 08 03:57 PM
Values from 3 separate drop-down lists entered into single cell Smatass Excel Worksheet Functions 4 September 16th 07 10:17 AM
how do i separate numbers and text in a cell? Jan Excel Discussion (Misc queries) 34 June 13th 07 12:51 PM
How to separate the numbers and characters in the cell vino Excel Worksheet Functions 3 August 23rd 06 01:47 PM
summing numbers with in a cell the-charles Excel Discussion (Misc queries) 5 July 6th 05 07:52 PM


All times are GMT +1. The time now is 12:06 AM.

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

About Us

"It's about Microsoft Excel"