+ Reply to Thread
Results 1 to 4 of 4

Sum of column (with word in)

  1. #1
    Registered User
    Join Date
    05-09-2006
    Location
    Leamington Spa, UK
    Posts
    24

    Smile Sum of column (with word in)

    Can anyone help with what I guess is simple but I'm stuck with!

    I'm producing an invoice template. The postage is (thanks to brilliant help provided to someone else on ExcelTip) now calculated automatically and when the subtotal is over a certain value, then the postage cell displays the word "FREE".

    I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)

    Now, Excel can't normally add up a column of numbers that includes a word, but I expect there is a way around it. Do you know what it is?

    Thank you for your help.

    Ian

  2. #2
    Biff
    Guest

    Re: Sum of column (with word in)

    Hi!

    Try this:

    =J46-J47+IF(J48="Free",0,J48)

    Biff

    "ianonline" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Can anyone help with what I guess is simple but I'm stuck with!
    >
    > I'm producing an invoice template. The postage is (thanks to brilliant
    > help provided to someone else on ExcelTip) now calculated automatically
    > and when the subtotal is over a certain value, then the postage cell
    > displays the word "FREE".
    >
    > I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)
    >
    > Now, Excel can't normally add up a column of numbers that includes a
    > word, but I expect there is a way around it. Do you know what it is?
    >
    > Thank you for your help.
    >
    > Ian
    >
    >
    > --
    > ianonline
    > ------------------------------------------------------------------------
    > ianonline's Profile:
    > http://www.excelforum.com/member.php...o&userid=34279
    > View this thread: http://www.excelforum.com/showthread...hreadid=542736
    >




  3. #3
    Dave Peterson
    Guest

    Re: Sum of column (with word in)

    A couple more:

    =SUM(J46,-J47,J48)

    =j46-j47+N(j48)



    ianonline wrote:
    >
    > Can anyone help with what I guess is simple but I'm stuck with!
    >
    > I'm producing an invoice template. The postage is (thanks to brilliant
    > help provided to someone else on ExcelTip) now calculated automatically
    > and when the subtotal is over a certain value, then the postage cell
    > displays the word "FREE".
    >
    > I am summing up J46 (subtotal) minus J47 (discount) + J48 (postage)
    >
    > Now, Excel can't normally add up a column of numbers that includes a
    > word, but I expect there is a way around it. Do you know what it is?
    >
    > Thank you for your help.
    >
    > Ian
    >
    > --
    > ianonline
    > ------------------------------------------------------------------------
    > ianonline's Profile: http://www.excelforum.com/member.php...o&userid=34279
    > View this thread: http://www.excelforum.com/showthread...hreadid=542736


    --

    Dave Peterson

  4. #4
    Registered User
    Join Date
    05-09-2006
    Location
    Leamington Spa, UK
    Posts
    24

    Smile Thank you!

    That's fantastic and works well. I went with the third one where N represents any word so that I can easily change the word in the postage formula. thnaks again. :

    Ian

+ 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