+ Reply to Thread
Results 1 to 3 of 3

How to find the biggest numbers?

  1. #1
    Registered User
    Join Date
    10-31-2013
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    2

    How to find the biggest numbers?

    Hi everyone!

    I want to create a formula that values if the number in the cell is in the biggest 25 numbers in the column and also check in another column the same thing.If the number is within the 25 biggest from the first column or the second then to give me the number of the cell. I created a formula but it is very large in order to apply for the 1st to the 25th biggest number. The formula is: IF(AND(or(K16=LARGE($K$16:$K$152,1),I16=LARGE($I$16:$I$152,1)),K16<>0),K16,"") but only for the 1st biggest number of the columns. Can anyone suggest somethin lighter?? Thank you!

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: How to find the biggest numbers?

    I would suggest instead of I16=LARGE($K$16:$K$152,1) try I16>=LARGE($K$16:$K$152,25)

  3. #3
    Registered User
    Join Date
    10-31-2013
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: How to find the biggest numbers?

    I will try it , i think it is ok
    Last edited by Vaggan; 04-22-2014 at 05:55 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. [SOLVED] To find nearest biggest number
    By gan_xl in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-10-2013, 07:43 AM
  2. To find nearest biggest number
    By gan_xl in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-10-2013, 06:49 AM
  3. Help Me to find biggest value
    By deepanc in forum Excel General
    Replies: 4
    Last Post: 01-22-2013, 12:15 PM
  4. Summation of 3 biggest numbers...
    By lau0001 in forum Excel General
    Replies: 4
    Last Post: 04-26-2006, 04:35 PM
  5. Re: Summation of 3 biggest numbers...
    By Nozza in forum Excel General
    Replies: 0
    Last Post: 04-10-2006, 06:45 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