+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : SUMIFS on multiply text criertia

  1. #1
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    SUMIFS on multiply text criertia

    sumifs works perfectly fine when I use it for finding a number value in the cell.

    But what if I need it to output a cell that has text.

    I attached the formula I use when there is a value in a cell DY, is there a similar function that will use multiply text criteria to find the cell with text in DY.

    =(SUMIFS('[09Dec.xlsx]WW'!$DY$6:$DY$10,'[09Dec.xlsx]WW'!$C$6:$C$10,B10,'[09Dec.xlsx]WW'!$D$6:$D$10,A10))
    Last edited by Jerseynjphillypa; 12-06-2011 at 08:52 AM.

  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 on multiply text criertia

    Try:

    =INDEX([09Dec.xlsx]WW!$DY$6:$DY$10,MATCH(1,INDEX(([09Dec.xlsx]WW!$C$6:$C$10=B10)*([09Dec.xlsx]WW!$D$6:$D$10=A10),0),0))

    this will find first match, if any. You can wrap in an IFERROR() to error trap...
    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
    Forum Contributor
    Join Date
    10-16-2011
    Location
    US
    MS-Off Ver
    Excel 2007
    Posts
    112

    Re: SUMIFS on multiply text criertia

    thanks for your help.

  4. #4
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: SUMIFS on multiply text criertia

    Out of curiosity, would this work for my problem as well?
    http://www.excelforum.com/showthread.php?t=804323

+ 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