+ Reply to Thread
Results 1 to 4 of 4

Sum of cost of column depending on row values

  1. #1
    Registered User
    Join Date
    09-29-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    16

    Sum of cost of column depending on row values

    Hi guys,

    I would like a little help on one more i've been baffled by for the last two days if you could please.

    If the column A is not blank, and column B contains the word 'assigned', could it sum up the value of those cells in column C. Basically trying to get the cost of works that has currently been assigned to someone.

    issue 1 assigned to x £10
    issue 2 resolved £20
    issue 3 assigned to y £15
    issue 4 £80

    This should therefore add up to £35.

    The problem i'm having is the use of multiple if functions and how to make the formula sum up specific cells.

    Any help greatly appreciated,

    Thanks
    Abs

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,627

    Re: Sum of cost of column depending on row values

    Try

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    However, result should be 25 (not 35): 10+15. Right?

  3. #3
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Sum of cost of column depending on row values

    try this..

    =sumifs(c:c,a:a,"<>",b:b,"*Assigned*")
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  4. #4
    Registered User
    Join Date
    09-29-2013
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Sum of cost of column depending on row values

    Woops yes £25. Great, worked a treat zbor.

    Thanks Debraj Roy too.

    Cheers

+ 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. Replies: 4
    Last Post: 05-25-2014, 10:24 AM
  2. Replies: 15
    Last Post: 01-03-2012, 01:23 PM
  3. Average column depending on values in another column
    By Lungfish in forum Excel General
    Replies: 13
    Last Post: 05-17-2009, 10:16 AM
  4. [SOLVED] what if problem to compute cost depending on time
    By aj9409 in forum Excel General
    Replies: 0
    Last Post: 01-26-2006, 09:50 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