+ Reply to Thread
Results 1 to 4 of 4

Sum values if left column has certain word criteria

  1. #1
    Registered User
    Join Date
    02-19-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Sum values if left column has certain word criteria

    Hi All,

    I have the following table:

    Category Value
    Rent £650
    Misc £99
    Sister £200
    Rent £650
    Sister £20


    I want to create seperate sums for all of these categories, but how do i write a sum formula so that it checks the category before adding a cell value to the total?

    Thank you.

    Best,
    Andy

  2. #2
    Registered User
    Join Date
    02-19-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Sum values if left column has certain word criteria

    Just discovered SUMIF() Thank you anyway.

  3. #3
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: Sum values if left column has certain word criteria

    Hi,

    If Category is in column A, Value in column B and in D1 is say Rent, then use this formula:

    =SUMIF($A$1:$A$5,D$1,$B$1:$B$5)

  4. #4
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Sum values if left column has certain word criteria

    If you use a pivot table, it will also create the list of categories for you.
    Remember what the dormouse said
    Feed your head

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Copy and paste values in column range into first empty column to the left
    By gbatz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-15-2014, 06:59 PM
  2. Find 1st unique Value on Column and Insert certain Word on cell on left Column
    By Wldlife23 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-16-2013, 10:02 AM
  3. [SOLVED] Filling values from the column on left or right
    By VKS in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-07-2012, 06:45 AM
  4. [SOLVED] IF Formulas to return top row values and left column values
    By preciouslife73 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-18-2012, 01:41 AM
  5. repost from general area ref values with column to left HELP
    By learningasigo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-25-2006, 02:00 AM

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