+ Reply to Thread
Results 1 to 6 of 6

How to show a sum of conditional cells from table A in a separate Table?

  1. #1
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Perth
    MS-Off Ver
    Excel 2010
    Posts
    208

    How to show a sum of conditional cells from table A in a separate Table?

    Hi guys,

    Please have a look at the sample excel file I have attached below.

    I want a sum of all 'WIP' and 'FINAL' $ from Table A to appear in Table B.

    Any help will be highly appreciated.

    Cheers,
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: How to show a sum of conditional cells from table A in a separate Table?

    Try this in cell J6 and copy down to J7

    =SUMIF(B$6:B$17,H6,F$6:F$17)
    If I've been of help, please hit the star

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How to show a sum of conditional cells from table A in a separate Table?

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


    Drag it down...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: How to show a sum of conditional cells from table A in a separate Table?

    In J6 put:

    =SUMIF($B$6:$B$17,H6,$F$6:$F$17)

    And copy down to J7

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

    Re: How to show a sum of conditional cells from table A in a separate Table?

    Hi jjin

    I see you are using Excel 2010. So you might as well take advantage of the SUMIFS, no need for SUMIF unless you need to pass the file onto someone who does not have 2007/2010.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Kevin

  6. #6
    Forum Contributor
    Join Date
    12-14-2012
    Location
    Perth
    MS-Off Ver
    Excel 2010
    Posts
    208

    Re: How to show a sum of conditional cells from table A in a separate Table?

    Thank you so much. SUMIF and SUMIFS function solved my problem perfectly. Happy holidays you all.

+ 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