Closed Thread
Results 1 to 3 of 3

Trying to differentiate between two identical values in a column showing one is better.

  1. #1
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Trying to differentiate between two identical values in a column showing one is better.

    Hello,

    In column D I have ranked the values of column C.

    Work sheet attached.

    I am trying to get the ties to continue to show a tie but at the same time
    show that one is a bit stronger based on the values in column B.

    It would be great if column D posted cell D 9 as a 3.0 and cell D 10 as a 3.1 for example
    due to the fact that the value listed in B 9 is higher than B 10.

    Also there is a tie at 8 that I am trying to get to show in cell D 7 as a 8.0 and a 8.1 in cell
    D 4 as the corresponding values in cells B 7 and B 4 are 173 and 107.

    I thank you for your help with this one as I am totally lost as to how to accomplish it.

    Thank you again,
    Rich
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Trying to differentiate between two identical values in a column showing one is better

    In D1 Cell

    =IF(AND(B1="",C1=""),"",(SUMPRODUCT((C1>C$1:C$10)/(COUNTIF(C$1:C$10,C$1:C$10&"")))+1)+IF(COUNTIF(C:C,C1),VALUE("0."&COUNTIFS(C:C,C1,B:B,">"&B1)),0))

    Drag it down…


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Trying to differentiate between two identical values in a column showing one is better

    This is a duplicate post from your other ID (Securitysports) and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Creating an Special Key Column for Cells with Identical Values
    By walle786 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-24-2013, 02:42 AM
  2. Macro to copy row values based on a identical column headers
    By Vijaya Pratap in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-25-2013, 04:12 AM
  3. Averaging values from rows with identical column
    By Broccoli in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-15-2012, 07:51 PM
  4. Formula to find identical values in same column of data.
    By murrayglue in forum Excel General
    Replies: 2
    Last Post: 04-25-2011, 07:17 AM
  5. Count number of identical values in a column
    By pjkcards in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-26-2010, 09:44 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