+ Reply to Thread
Results 1 to 19 of 19

SUM of values in a comma delimited cell

Hybrid View

Danexcel SUM of values in a comma... 01-13-2010, 04:20 PM
Excelfriend Re: SUM of values in a comma... 01-13-2010, 04:30 PM
T.J. Lanza Re: SUM of values in a comma... 01-13-2010, 04:34 PM
Danexcel Re: SUM of values in a comma... 01-13-2010, 04:36 PM
DonkeyOte Re: SUM of values in a comma... 01-13-2010, 04:42 PM
Danexcel (I changed my mind about what... 01-13-2010, 04:38 PM
Excelfriend Re: SUM of values in a comma... 01-13-2010, 04:40 PM
Danexcel Re: SUM of values in a comma... 01-13-2010, 04:42 PM
martindwilson Re: SUM of values in a comma... 01-13-2010, 04:42 PM
Danexcel Re: SUM of values in a comma... 01-13-2010, 04:52 PM
DonkeyOte Re: SUM of values in a comma... 01-13-2010, 04:56 PM
ChemistB Re: SUM of values in a comma... 01-13-2010, 04:57 PM
Excelfriend Re: SUM of values in a comma... 01-13-2010, 04:59 PM
zbor Re: SUM of values in a comma... 01-13-2010, 05:06 PM
Danexcel Re: SUM of values in a comma... 01-14-2010, 10:56 AM
DonkeyOte Re: SUM of values in a comma... 01-14-2010, 11:04 AM
Danexcel Re: SUM of values in a comma... 01-14-2010, 04:42 PM
DonkeyOte Re: SUM of values in a comma... 01-14-2010, 05:04 PM
Danexcel Re: SUM of values in a comma... 01-15-2010, 10:59 AM
  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

    I'm getting things to work little by little. DonkeyOte, your plan worked.

    I'm curious now, what if I want to substitute the numbers to letters.

    Can I get A,B,C to show up in B1 as A+B+C.

    Ultimately, I want the variables to refer to its value defined on another sheet and then C1 will actually express the numerical total.

    Thank you!

  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

    If you're saying you have three named constants - say _A, _B, _C then

    A1: _A,_B,_C

    should still generate the appropriate output in B1 (ie the sum of those three constants), yes.

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: SUM of values in a comma delimited cell

    If you just want to display A,B,C as A+B+C, you could use part of what Martin posted
    =SUBSTITUTE(A1,",","+")
    Would that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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