+ Reply to Thread
Results 1 to 7 of 7

Highest / Lowest Value & Text Match + Streak

  1. #1
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Highest / Lowest Value & Text Match + Streak

    Hi guys, may I ask for your suggestion on how to work around this case?

    A file is attached, and also a screenshot. Formulas would need to be created where text is in red. I left all cells, rows, tabs etc as per original file, to keep it consistent.

    What would be a workaround this, please? Thanking in advance.

    https://www.excelforum.com/attachmen...1&d=1512404316 [EXCEL]

    2017-12-04_1808.png
    Attached Files Attached Files
    Last edited by vill; 12-04-2017 at 12:19 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Highest / Lowest Value & Text Match + Streak

    Try these:

    D32 =INDEX(Data!D$100:O$100,MATCH(G32,Data!D$101:O$101,0)) This will have to be modified if you can have 2 matching values in D101:O101.
    G32 =LARGE(Data!D$101:O$101,ROWS(A$1:A1))

    Copy these formulas down but change LARGE to SMALL in the "unloved" section.

    F39 =MAX(FREQUENCY(IF(Data!D$101:O$101>=0.7,COLUMN(Data!D$101:O$101)),IF(Data!D$101:O$101<0.7,COLUMN(Data!D$101:O$101)))) Ctrl Shift Enter

    I'm not sure how the G39 formula will be calculated.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Highest / Lowest Value & Text Match + Streak

    Hi Vill,

    Here is the first half of your answer. I'm not sure how to do the streak but the top use an Index Match of Large and Small 1 and 2. See the attached.

    Index Match Large and Small.xlsx
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Highest / Lowest Value & Text Match + Streak

    Thank you guys, lots!

    All seem to be working perfectly, excellent.

    Just a question from a screenshot:

    "Months, even though they display as Jan, Feb etc in Data Tab, here would need to display full month name (January, February, etc)"

    Is this achievable?

  5. #5
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,167

    Re: Highest / Lowest Value & Text Match + Streak

    If you use the full month name on the second sheet, they will appear as a full name.

    Or

    If you have real date values on the second sheet and set the format of those dates as MMM on the second sheet and as MMMM on the first sheet it would do what you request. The problem is that the second sheet "Jan", "Feb" ... are text strings, not real date values.

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Highest / Lowest Value & Text Match + Streak

    Sure. Using the formula from post #2,

    D32 =TEXT((INDEX(Data!D$100:O$100,MATCH(G32,Data!D$101:O$101,0))&1)+0,"mmmm")

    Although I'm not sure if this will work with UK regional settings.

    Edit: You might have to do "1&..." instead of "...&1". Thanks for the rep!
    Last edited by 63falcondude; 12-04-2017 at 01:30 PM. Reason: Regional Settings & Added Rep

  7. #7
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Highest / Lowest Value & Text Match + Streak

    Awesome, thank you guys, so much!

+ 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. 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
  2. [SOLVED] how to find the lowest to highest value and display the name who is the lowest and the hig
    By jasond1992 in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 09-23-2015, 09:20 PM
  3. Last X games, Max Win and Loss streak, current streak with Excel formulas
    By Biogeek1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-12-2013, 11:00 AM
  4. Replies: 9
    Last Post: 05-06-2013, 04:48 AM
  5. Replies: 8
    Last Post: 11-30-2012, 03:20 PM
  6. Match Highest/Lowest Number
    By artiststevens in forum Excel General
    Replies: 2
    Last Post: 11-29-2010, 01:10 AM
  7. Replies: 4
    Last Post: 09-30-2010, 01:24 AM

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