Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

What formula should be used to determine the top 5 numbers within a multi page Excel® spreadsheet?

Two pages of values and I need to find the top 5 most common.

2 Answers

Relevance
  • Greg G
    Lv 7
    8 years ago
    Favorite Answer

    Paste this in your spreadsheet, anywhere on row 2 (I entered it in cell R2)

    =IFERROR(MODE(Sheet1!$A$1:$L$16, $A$1:$L$16),"")

    Now, in R3:

    =IFERROR(MODE(IF(COUNTIF(R$2:R2, Sheet1!A$1:L$16)=0, Sheet1!A$1:L$16), IF(COUNTIF(R$2:R2, $A$1:$L$16)=0, A$1:$L$16)),"")

    This is an array formula, so confirm this with CTRL + SHIFT + ENTER.

    R3 will show the 2nd most frequent #, so copy down to R6 to get your top 5 frequently occurring numbres.

    Change the sheet name to fit your sheet name if it's not Sheet1, and change the ranges to match your specific ranges on each sheet.

    As always, let me know if you need any further assistance with this.

  • Anonymous
    8 years ago

    Best ranking sites.

    I've seen a lot of the site.

    I think the best.

    Website:http://9nin.com/

Still have questions? Get your answers by asking now.