+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Sumifs and Indirect

  1. #1
    Registered User
    Join Date
    10-30-2003
    Posts
    50

    Unhappy Sumifs and Indirect



    Good Afternoon,

    I am trying to combine a sumif and an indirect and it isn't working!

    I am counting and summing columns in my table - one of which (BU) holds more than one entry.

    So far I have:

    =SUMIFS(Tableold[Decision to Accepted],Tableold[Created],">40359",Tableold[Business Unit],INDIRECT(""*"&D1&"*""))

    I am trying to sum the entries in the column 'Decision to Accepted' which are newer than 30th June 2010 which contain a Business Unit which is the same as in cell D1.

    Thanks in Advance,

    MoonWeazel

    Last edited by MoonWeazel; 10-14-2010 at 05:10 AM. Reason: Problem Solved!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sumifs and Indirect

    Not sure you need INDIRECT...

    =SUMIFS(Tableold[Decision to Accepted],Tableold[Created],">40359",Tableold[Business Unit],"*"&D1&"*"))

    perhaps?

    the "*" makes this a wildcard so that if any cell in Business Unit has within its string the item that is in D1, then it will count it.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    10-30-2003
    Posts
    50

    Re: Sumifs and Indirect

    Thanks for your help!

    Problem solved!

    Cheers,

    Moonweazel

+ 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