+ Reply to Thread
Results 1 to 6 of 6

Add totals in a table with multipul values

  1. #1
    Registered User
    Join Date
    10-13-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    29

    Add totals in a table with multipul values

    I think its quite possible that I am being a total retard today…. But here goes my simple question anyway

    I have a table which contains peoples orders for items which have different prices.

    I would like an easy equation which will count the number of items in each order and multiply by the amount in its column. I seem to be only able to do this long hand by adding each item one by one, but was hoping there was a quicker way?
    I also have an “X” marked on items which have not been bought, which is causing a slight conflict….

    ------

    What is shown is only an example, I have around 50 columns, and 100 orders, so kinda annoying to do 1 by 1

    Im thinking that I would need some kind of ‘countif’ EQ that would ignore the “X”s?

    Id like to be able to do the EQ in Cell I5 and then just drag down for the rest - Is it possible?

    I’m using Excel 2003.
    Attached Files Attached Files
    Last edited by klis; 09-05-2012 at 08:42 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: Add totals in a table with multipul values

    Please Login or Register  to view this content.
    Copy down the column

    Ah you using 2003, in that case:
    Please Login or Register  to view this content.
    Last edited by dip11; 09-05-2012 at 08:36 AM.

  3. #3
    Registered User
    Join Date
    10-13-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Add totals in a table with multipul values

    I cant thank you enough

    +1 for you kind sir.

  4. #4
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: Add totals in a table with multipul values

    i5 =SUMPRODUCT($C$4:$H$4,C5:H5)
    and fill down
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  5. #5
    Registered User
    Join Date
    10-13-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    29

    Re: Add totals in a table with multipul values

    lol ok, that's far simpler.

    Both do the same job, so thank you both.

    +1 to both

  6. #6
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Add totals in a table with multipul values

    How about SUMPRODUCT.

    =SUMPRODUCT(C$4:H$4,$C5:$H5)

+ 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