+ Reply to Thread
Results 1 to 3 of 3

Summing part of an Alpha Numeric String

  1. #1
    Arturo
    Guest

    Summing part of an Alpha Numeric String

    A1 = 1 X
    A2 = 2 X
    A3 = 3 X
    A4 = 6

    Is there some sum left formula that will allow me to total the numbers in
    cells A1:A3 and omit the text to the right?

    Thank you,
    Arturo

  2. #2
    Peo Sjoblom
    Guest

    Re: Summing part of an Alpha Numeric String

    In your example the numbers are single digits, if that's the case

    =SUMPRODUCT(--(LEFT(A1:A3,1)))


    --

    Regards,

    Peo Sjoblom






    "Arturo" <[email protected]> wrote in message
    news:[email protected]...
    > A1 = 1 X
    > A2 = 2 X
    > A3 = 3 X
    > A4 = 6
    >
    > Is there some sum left formula that will allow me to total the numbers in
    > cells A1:A3 and omit the text to the right?
    >
    > Thank you,
    > Arturo




  3. #3
    Arturo
    Guest

    Re: Summing part of an Alpha Numeric String

    THANKS!

    "Peo Sjoblom" wrote:

    > In your example the numbers are single digits, if that's the case
    >
    > =SUMPRODUCT(--(LEFT(A1:A3,1)))
    >
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    >
    >
    >
    >
    >
    > "Arturo" <[email protected]> wrote in message
    > news:[email protected]...
    > > A1 = 1 X
    > > A2 = 2 X
    > > A3 = 3 X
    > > A4 = 6
    > >
    > > Is there some sum left formula that will allow me to total the numbers in
    > > cells A1:A3 and omit the text to the right?
    > >
    > > Thank you,
    > > Arturo

    >
    >
    >


+ 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