+ Reply to Thread
Results 1 to 10 of 10

Large IF a range of text contains a certain value

  1. #1
    Registered User
    Join Date
    01-18-2015
    Location
    chicago
    MS-Off Ver
    2010
    Posts
    5

    Large IF a range of text contains a certain value

    Hello,

    I am trying to create a formula that ranks values based on a certain criteria. For example, return the 10 highest ranked catchers.

    I can get excel to return the 10 highest ranked players, but not filter out only catchers.

    Attached is the spreadsheet.

    In Column A, I list the rankings I want to see: 1 through 10

    In Column C11, I have this formula: =LARGE(MM,A11) MM is the name of the column with rankings I am evaluating.

    In Column D11, I have: =MATCH(C11,MM,0)

    In Column F11 I have: =INDEX(Players,D11) The "Players" is the name of the column with the players names.

    The catchers were assigned a value of 2.00 in the column named "Pos". Also, many players have multiple positions so actual value may be 2.00, 7.00.

    I have tried =LARGE(IF(Pos="2.00",MM),A11) any many other things and cannot get it to work.

    Any help is very appreciated

    help.xlsx

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Large IF a range of text contains a certain value

    Hi welcome to the forum.
    where you are getting problem and what is your expected result
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  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,926

    Re: Large IF a range of text contains a certain value

    Hi, welcome to the forum

    THis is (kinda) the syntax you would need to use...
    =LARGE(IF(D1:D50="Pitcher",D1:D50),1)

    If you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Large IF a range of text contains a certain value

    try to input your desired results without formula
    Quang PT

  5. #5
    Registered User
    Join Date
    01-18-2015
    Location
    chicago
    MS-Off Ver
    2010
    Posts
    5

    Re: Large IF a range of text contains a certain value

    Thanks- This might be getting closer but the result is "0". I uploaded the excel file at the bottom of the original post.

  6. #6
    Registered User
    Join Date
    01-18-2015
    Location
    chicago
    MS-Off Ver
    2010
    Posts
    5

    Post Re: Large IF a range of text contains a certain value

    The desired result would be a rank of the top 10 catchers from a list of all players and positions

    [ATTACH]371192
    Attached Files Attached Files

  7. #7
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Large IF a range of text contains a certain value

    d5=SMALL(INDEX((MM<>C5)*10^10+ROW(MM),0),COUNTIF(C$5:C5,C5))
    try this and copy towards down

    file you attached in post1 and post6 are same

    if it is not you are looking for, fill expected results manually in your attached file

  8. #8
    Registered User
    Join Date
    01-18-2015
    Location
    chicago
    MS-Off Ver
    2010
    Posts
    5

    Re: Large IF a range of text contains a certain value

    help2.xlsx

    Thank you but that didn't solve the problem. I attached a new file with the results I was hoping for manually entered. It ranks column G on the Raw Data Tab for ONLY players with a value of 2.00 in column D on the Raw Data Tab.

  9. #9
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Large IF a range of text contains a certain value

    see the attached file

    pls not that the formula in column c was an array formula, confirm with shift+ctrl+enter when you modified the formula
    and Pos condition was given in Cell C1
    If you want to change the pos change it in Cell C1
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    01-18-2015
    Location
    chicago
    MS-Off Ver
    2010
    Posts
    5

    Thumbs up Re: Large IF a range of text contains a certain value

    Thank you... this is really close! Can we change so that the value in C1 doesn't require an exact match? For example, if we enter a value of "2" in C1.... can it review any position that contains a 2 (2 or 23 or 2,09, etc)?

+ 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. Search large date range with narrow filetered range
    By druth in forum Excel General
    Replies: 14
    Last Post: 08-02-2014, 09:01 AM
  2. Replies: 3
    Last Post: 08-13-2013, 09:44 AM
  3. Help replacing large amount of text with another large amount of text??
    By floydrob in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-30-2012, 05:01 AM
  4. Large Form Help: Handling large number of text boxes and labels
    By laterdaysluke in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2010, 03:12 PM
  5. [SOLVED] Text not continuing to wrap for large block of text in Excel cell
    By Mandra in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-15-2006, 02:15 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