+ Reply to Thread
Results 1 to 3 of 3

Sum by row classification/type

  1. #1
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291

    Sum by row classification/type

    I have several rows. Each row has amounts and in each row in a column which has a row type in it (i.e. cash, check, etc.). What would the command be that would read the row type in each row and give me a total for only those with a certain type (i.e. All rows marked with the type "cash" would be added up and the sum would only be the total of the cash rows).

  2. #2
    Forum Contributor
    Join Date
    01-11-2004
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    388
    Hi!

    Look at SUMIF.


    So: =SUMIF(B1:B100,C1,D1:D100) will look down column Band addup all of the cells in column D where C1 is equal to the corresponding item in column B.

    It's actually simpler to do than to explain!

    Alf

  3. #3
    Forum Contributor
    Join Date
    10-29-2004
    Posts
    291
    So as long as the info in B1 and D1 are the same it will include it in the SUM but if B1 and D1 are different it won't add it to the sum?

+ 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