+ Reply to Thread
Results 1 to 3 of 3

Sum Numbers with "-" in between

  1. #1
    Registered User
    Join Date
    12-26-2006
    Posts
    19

    Sum Numbers with "-" in between

    hi again,

    I have the following data, numbers that has "-" in between them, and I want to add them up together using formula, e.g.

    1-Jan-13 2-4-4-9-30
    2-Jan-13 1-4-7-10-17
    3-Jan-13 1-2-2-3-18
    4-Jan-13 3-5-5-10-16
    5-Jan-13 1-3-6-14-24
    6-Jan-13 3-4-9-13-13
    7-Jan-13 1-4-4-9-13
    8-Jan-13 1-2-2-3-13
    9-Jan-13 2-3-6-8-20
    10-Jan-13 1-3-5-6-10
    11-Jan-13 1-2-3-3-13


    I need formula that add numbers from Jan 1 and Jan 2 together, then add Jan 2 to Jan 3 together...

    thanks
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Sum Numbers with "-" in between

    why dont you use text-to-columns on column B, then you can play with the resulting values to your hearts content?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Sum Numbers with "-" in between

    One way could be this.

    In C1 and copy down, this Array formula.

    Please Login or Register  to view this content.
    This will be a helper and hidden column(If you like)

    Then in D1 and copy down, use this one.

    =C1+C2

    Change ALL the semi colons in my formulae to comma.
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Sum Numbers with "-" in between

    ................................

+ 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