+ Reply to Thread
Results 1 to 4 of 4

A formula/procedure to list the highest values

  1. #1
    Registered User
    Join Date
    11-10-2011
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    28

    A formula/procedure to list the highest values

    Hello,

    I was wondering if anybody could help me with a formula or macro. In my workbook the formula in column B counts how many times the same entry appears in column A (formula not included in the workbook). I need a procedure that will go through column B, take the highest value and insert it in column C beside each entry it relates to. (as in columns G-I, where 5 is the highest value and it is inserted beside each entry that has Black in it, three for White and so on).

    Any suggestions would be much appreciated.

    Regards,
    shinobi
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: A formula/procedure to list the highest values

    Try this

    In Cell B2 and copied down

    =COUNTIF($A$2:A2,A2)

    In Cell C2 and copied down

    =COUNTIF($A$2:$A$21,A2)

    By doing this you can eliminate G:I
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    11-10-2011
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: A formula/procedure to list the highest values

    That's brilliant Jeff, I was looking for the second one, that's the fastest reply I got on this website! Much appreciated!
    Regards,
    shinobi

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: A formula/procedure to list the highest values

    You're very welcome shinobi...glad you got it all sorted out and thanks for the feedback

    If this solves your query, please do not forget to mark the thread as solved.

+ 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