+ Reply to Thread
Results 1 to 4 of 4

Highest and Lowest on to other sheets

  1. #1
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Highest and Lowest on to other sheets

    Evening all,

    Here is what I would like to achieve.

    On Sheet called data I have a table of stations and a numbers year by year.

    On sheet called Top10 I want the top highest stations.

    On sheet called Bottom10 I want the lowest numbers.

    I have attached a copy for clarity.

    Thanks in advance.
    Attached Files Attached Files
    A mad football researcher and Statistician - ok just mad really !

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Highest and Lowest on to other sheets

    Try these

    Top 10 sheet

    Cell F2
    =LARGE(INDEX(Data!$C$2:$R$19,,MATCH($B$3,Data!$C$1:$R$1,0)),D2)

    Cell E2
    =INDEX(Data!$B$2:$B$19,MATCH(F2,INDEX(Data!$C$2:$R$19,,MATCH($B$3,Data!$C$1:$R$1,0)),0))

    Copy down

    Bottom 10 sheet

    Cell F2
    =SMALL(INDEX(Data!$C$2:$R$19,,MATCH($B$3,Data!$C$1:$R$1,0)),D2)

    Cell E2
    =INDEX(Data!$B$2:$B$19,MATCH(F2,INDEX(Data!$C$2:$R$19,,MATCH($B$3,Data!$C$1:$R$1,0)),0))

    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Highest and Lowest on to other sheets

    Top 10


    F2=LARGE(IF(Data!$C$1:$R$1='Top10'!$B$3,Data!$C$2:$R$19),'Top10'!$D2)

    Control+shift+enter

    copy down


    E2=INDEX(Data!$B$2:$B$19,SMALL(IF(Data!$C$2:$R$19='Top10'!$F2,IF(Data!$C$1:$R$1='Top10'!$B$3,ROW(Data!$B$2:$B$19)-ROW(Data!$B$2)+1)),COUNTIF('Top10'!$F$2:'Top10'!F2,'Top10'!F2)))

    Control+shift+enter

    copy down

    Bottom10

    F2=SMALL(IF(Data!$C$1:$R$1='Top10'!$B$3,Data!$C$2:$R$19),Bottom10!$D2)

    Control+shift+enter

    copy down


    E2=INDEX(Data!$B$2:$B$19,SMALL(IF(Data!$C$2:$R$19=Bottom10!$F2,IF(Data!$C$1:$R$1=Bottom10!$B$3,ROW(Data!$B$2:$B$19)-ROW(Data!$B$2)+1)),COUNTIF(Bottom10!$F$2:Bottom10!F2,Bottom10!F2)))

    Control+shift+enter

    copy down

  4. #4
    Forum Contributor
    Join Date
    12-05-2006
    Location
    London
    MS-Off Ver
    Excel 365 (Version 2008) [work] & 365 [home]
    Posts
    182

    Re: Highest and Lowest on to other sheets

    Pukka,

    Thanks all for the help.

    Soon as I get home tonight I will try these (unless I get 10 minutes free at work lol )

+ 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] Look for next highest or lowest row
    By L.LEE in forum Excel General
    Replies: 5
    Last Post: 10-18-2018, 01:38 AM
  2. [SOLVED] Get Highest of the 2 Lowest Value
    By SBBmaster09 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-27-2016, 07:20 AM
  3. How to change the lowest to highest into Highest to lowes ??
    By jasond1992 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-30-2015, 03:38 AM
  4. [SOLVED] how to find the lowest to highest value and display the name who is the lowest and the hig
    By jasond1992 in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 09-23-2015, 09:20 PM
  5. Replies: 9
    Last Post: 05-06-2013, 04:48 AM
  6. How can I get the highest and lowest value???
    By iochoa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-03-2012, 02:17 AM
  7. Highest and Lowest Value
    By Kingo in forum Excel General
    Replies: 12
    Last Post: 08-07-2009, 04:25 AM

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