+ Reply to Thread
Results 1 to 3 of 3

large function multiple conditions

Hybrid View

jaredf large function multiple... 02-25-2016, 11:27 AM
WouterM Re: large function multiple... 02-25-2016, 12:23 PM
jaredf Re: large function multiple... 02-25-2016, 12:49 PM
  1. #1
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2010
    Posts
    28

    large function multiple conditions

    hi,

    i'm not sure if this is possible however, i would like to know if there is a way to achieve my end result in the attached example data using a formula. i can achieve my end result by manually sorting the data or using a pivot table. i am wondering if a formula can achieve this as it will save loads of time!

    in the example data i am trying to identify the top 5 and bottom 5 for a particular week, see data attached.

    if this is easily possible with a formula great. if not i appreciate your help.

    any more info needed just shout.

    thanks!

    j
    Attached Files Attached Files
    Last edited by jaredf; 02-25-2016 at 11:49 AM.

  2. #2
    Registered User
    Join Date
    02-24-2016
    Location
    The Netherlands
    MS-Off Ver
    365
    Posts
    92

    Re: large function multiple conditions

    Hi,

    For the top 5 you can use:
    =IF(RANK.EQ(C2;$C$2:$C$21)>5;"";RANK.EQ(C2;$C$2:$C$21))
    For the bottum 5:
    =IF(RANK.EQ(C2;$C$2:$C$21;1)>5;"";RANK.EQ(C2;$C$2:$C$21;1))

  3. #3
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: large function multiple conditions

    WouterM you legend! Didn't even know the rank.eq formula existed, massive thanks buddy!

+ 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. LARGE Function with multiple conditions
    By andrewc in forum Excel General
    Replies: 5
    Last Post: 08-20-2014, 11:40 AM
  2. [SOLVED] LARGE Function with multiple criteria
    By andrewc in forum Excel General
    Replies: 3
    Last Post: 03-11-2014, 07:57 AM
  3. Replies: 5
    Last Post: 01-12-2014, 10:32 AM
  4. [SOLVED] Large spreadsheet; multiple scores on multiple dates for multiple students
    By MelindaCapri in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-16-2012, 06:03 PM
  5. =Large Function - Multiple numbers
    By afriedman in forum Excel General
    Replies: 7
    Last Post: 03-22-2012, 04:06 PM
  6. LARGE IF function checking on multiple range area?
    By cveetan in forum Excel General
    Replies: 2
    Last Post: 03-04-2012, 12:28 PM
  7. Large Function with Multiple Ranges
    By TYork in forum Excel General
    Replies: 6
    Last Post: 02-01-2010, 02:54 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