+ Reply to Thread
Results 1 to 6 of 6

Rank and Sumifs

Hybrid View

MEC Rank and Sumifs 08-21-2013, 09:58 AM
RobertMika Re: Rank and Sumifs 08-21-2013, 11:28 AM
MEC Re: Rank and Sumifs 08-21-2013, 11:47 AM
mikeTRON Re: Rank and Sumifs 08-21-2013, 11:58 AM
FDibbins Re: Rank and Sumifs 08-21-2013, 12:17 PM
MEC Re: Rank and Sumifs 08-22-2013, 06:25 AM
  1. #1
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,049

    Re: Rank and Sumifs

    Hi and welcome to the forum

    To arrive at the answers you have in your workbook, use this, copied down...
    =SUMIF($F$2:$F$58,$J2,$H$2:$H$58)

    However, I notice that those totals dont include the data you have below row 58 (81:111)?

    to include thise as well, change that formula to...
    =SUMIF($F:$F,$J2,$H:$H)

    If you want to bring in additional criteria/restrictions such as "Work Center = QD-Line and Material = 7210743-16" between certain dates, you need to change the formula to a sumifS(). So it then becomes...

    =SUMIFS($H$2:$H$58,$F$2:$F$58,$J2,$D$2:$D$58,"QD-Line",$E$2:$E$58,"7210743-16") = 828

    To rank these values, we could create another similar table and use the rank() or large() functions to order them
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  2. #2
    Registered User
    Join Date
    08-21-2013
    Location
    Upstate, SC
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Rank and Sumifs

    Thank you both for your responses.

    I found the following information online, and I was able to modify it for what I need. Thanks again!

    http://www.mrexcel.com/forum/excel-q...ring-text.html
    Last edited by MEC; 08-22-2013 at 06:53 AM.

+ 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. RANK - Non unique values, contiguous rank required
    By PaulBo in forum Excel General
    Replies: 9
    Last Post: 02-20-2014, 10:34 AM
  2. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  3. Formula to Rank and populate values base don Rank
    By Excel Dumbo in forum Excel General
    Replies: 3
    Last Post: 10-09-2012, 02:02 AM
  4. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM
  5. Replies: 1
    Last Post: 08-15-2005, 05:05 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