+ Reply to Thread
Results 1 to 3 of 3

SUMIF advanced....

  1. #1
    Forum Contributor
    Join Date
    09-04-2013
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    122

    SUMIF advanced....

    So im currently using this formula for each month on a balance sheet

    =SUMPRODUCT((Wages!$A$2:$A$1000<>"")*(TEXT(Wages!$A$2:$A$1000,"Mmm")=D$6)*(Wages!$E$2:$E$1000))

    This works a treat, however in my wages sheet there is another criteria i need it to check before returning a value.

    On the wages sheet i enter data for both wages and dividends and the formula returns totals for the given month for both wages and dividends. I want the formula to function as it does now but to only return a total for 'Wages' entries in a given month. On the wages sheet column C is where the row is labelled either "Wages" or "Dividends"

    Can this be done? Thanks in advance for any advice.

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: SUMIF advanced....

    Just use

    =SUMPRODUCT((Wages!$A$2:$A$1000<>"")*(Wages!$C$2:$C$1000="Wages")*(TEXT(Wages!$A$2:$A$1000,"Mmm")=D$6)*(Wages!$E$2:$E$1000))

  3. #3
    Forum Contributor
    Join Date
    09-04-2013
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    122

    Re: SUMIF advanced....

    Many thanks, works a treat.

+ 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] SUMIF advanced
    By alfgrey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-14-2013, 09:36 AM
  2. Advanced SUMIF Function Help
    By rysnyder in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-20-2012, 06:26 PM
  3. advanced SUMIF problems
    By m.velin in forum Excel General
    Replies: 3
    Last Post: 12-15-2010, 12:51 PM
  4. Help with Advanced Filters and Sumif's
    By Pelona in forum Excel General
    Replies: 6
    Last Post: 07-28-2009, 03:41 PM
  5. Help on Advanced Sumif
    By paid2mkgrlspanic in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-14-2009, 03:35 PM

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