+ Reply to Thread
Results 1 to 8 of 8

Highest figures

  1. #1
    Registered User
    Join Date
    07-07-2009
    Location
    New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    7

    Highest figures

    hey guys, not too flash with excel and so on, so thought i might ask for a bit of help.

    I have about 14 different sheets, and i want the top 20 figures from the areas i select in a list on a 15th sheet, is this possible? and if so how?

    cheers

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Highest figures

    Hi,

    Something along the lines of

    =LARGE(Sheet1:Sheet14!A1:A10,1)
    =LARGE(Sheet1:Sheet14!A1:A10,2)
    =LARGE(Sheet1:Sheet14!A1:A10,3)

    will return the 1st, 2nd and 3rd largest figure in the range A1:A10 on sheet1 to sheet 14
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    07-07-2009
    Location
    New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Highest figures

    Thanks for the reply, it says i have too many arguments. So does that mean i can't do what i were intending on doing?

  4. #4
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Highest figures

    Works for me.

    Can you post an example workbook?

  5. #5
    Registered User
    Join Date
    07-07-2009
    Location
    New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Highest figures

    Its on my other comp at work at the moment.

    Its like D9:D19, D36:D46, D70:D80, D97:D107, D131:D141, D158:D168, D192:D202, D19:D29

    Had it written down.

    So its those cells on the 14 sheets

  6. #6
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Highest figures

    oh, so it's differenct ranges of cells on different sheets?

    There's (to my knowledge) no easy way of dealing with that.

    Is there any way to get them all on the same sheet, or at least in the same range on different sheets?

  7. #7
    Registered User
    Join Date
    07-07-2009
    Location
    New Zealand
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Highest figures

    Yea might have to put them all onto one sheet then,

    Alright cheers for your help

  8. #8
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Highest figures

    If you only want the top 20 in total then just pull the top 20 from each sheet, eg:

    Please Login or Register  to view this content.
    The LOOKUP is used to return 0 where there are less than sufficient numbers of values to populate the list of 20 -- you could use an IF with COUNT test but the formula would become even longer...

    C1:C20 could be copied to D,E etc (1 column per sheet) -- running an Edit -> Replace on each column separately to update the Sheet name in the formula (ie from Sheet1 to Sheet2) -- avoid using INDIRECT here.

    Once you have your Matrix of values you should be able to continue with your analysis.

+ 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