+ Reply to Thread
Results 1 to 4 of 4

Get the highest, second-highest..etc values to another row showing its position.

  1. #1
    Registered User
    Join Date
    05-14-2017
    Location
    UAE - AD
    MS-Off Ver
    Office 365
    Posts
    8

    Question Get the highest, second-highest..etc values to another row showing its position.

    Hello!,

    Am trying to display the position of each cell in Excel 2013.

    Lets say i have this Data:

    Capture.JPG

    And the Result should be like this:

    Capture - 2.JPG


    i have tried using '=Large(RANGE,1 Or 2 Or 3..etc), But this returns the VALUE of the cell, i want the position of the Cell as in the second Image (Noting that their might be a duplicate entries)


    thanks !

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Get the highest, second-highest..etc values to another row showing its position.

    hi there. assuming your data in B3:B10, try:
    =COUNTIF($B$3:$B$10,">"&B3)+COUNTIF($B$3:B3,B3)

    copy down. do upload an excel sample so that we do not have to manually key in your data to do a testing.

    input the desired results so that we don't have to second-guess if what we are doing is correct or not. you may look at my signature to upload an eg that is easier to understand.

    the upload attachment must be done by going to Go Advanced. click on Manage Attachments. Choose file, upload and close the window.

    hopefully, i did a correct guess. otherwise, i have wasted time coming up with something that does not help you. if i really guessed it wrongly, please upload something according to my recommendations.

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    05-14-2017
    Location
    UAE - AD
    MS-Off Ver
    Office 365
    Posts
    8

    Re: Get the highest, second-highest..etc values to another row showing its position.

    Hello,

    Thank you for quick reply, i have uploaded a sample file shows the exact issue. My bad forgot to do so

    once again thanks for replying
    Attached Files Attached Files
    Last edited by AliGW; 10-16-2017 at 01:20 AM. Reason: Unnecessary quotation removed.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    79,339

    Re: Get the highest, second-highest..etc values to another row showing its position.

    Benishiryo's formula adapted for your file works perfectly:

    =COUNTIF($A$2:$A$10,">"&A2)+COUNTIF($A$2:A2,A2)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Replies: 3
    Last Post: 06-09-2016, 12:51 PM
  2. [SOLVED] Need to select earliest five rows matching highest value, and next highest if not enough
    By Ochimus in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-05-2016, 11:26 AM
  3. [SOLVED] Max formula to return total of highest, second highest and third highest value
    By JonWilf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-06-2016, 08:20 AM
  4. 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
  5. 2 columns of data matching highest with highest
    By ronaldchristie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-03-2012, 07:57 AM
  6. VBA code to find highest and 2nd highest number based in criteria
    By Michael007 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-25-2011, 08:38 AM
  7. Replies: 3
    Last Post: 08-10-2006, 11:40 PM

Tags for this Thread

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