Ive got a Rather Simple Spread of a Win Loss record.
Column A: Name
Column B: Wins
Column C: Losses
Column D: +/- Difference
In Column E I have a small breakdown
that has the Name of the Person with
the most Wins, Losses, Highest and
Lowest Differences.
Everything works pretty good except If
more than one Name in Column A has
a Matching high or low, it only returns
the topmost Name. I'd Like for it to
show all the names.
Code Example:
Wins In Column E(Breakdown)
=INDEX(A4:B253,MATCH(MAX(B4:B253),B4:B253,0)-1,1)
Below in the next cell Ill have the
Win Total to Match the Name
=MAX(B5:B253)
Thanks in Advance!
Bookmarks