+ Reply to Thread
Results 1 to 19 of 19

SUM of values in a comma delimited cell

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2009
    Location
    Columbus, Ohio; USA
    MS-Off Ver
    Excel 2002
    Posts
    70

    Re: SUM of values in a comma delimited cell

    Thank you!

    If that A1 cell data suddenly becomes just 1,4,6 will the formula you mentioned handle it?
    Is there not a general formla that sums.

    By the way, what is the SUM formula if I have 1,4,6 ?

    Thanks
    Dan

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUM of values in a comma delimited cell

    The point being made is whether or not the "Numbers" are always single digits.

    One approach would be to use a Name... insert a new name as follows:

    Name: EVAL
    RefersTo =Evaluate("SUM("&INDIRECT("RC[-1]",FALSE)&")")
    Then

    B1: =EVAL
    where A1 holds delimited string
    EDIT: the above is just another variant on martin's prior post

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1