First, you should use $ sign around cells.
Must be hard write formula your way....
Formula:
=LARGE(('Player Score'!$B$6:$B$113='Player Score'!D118)*'Player Score'!$DY$6:$DY$113,1)
Second in array use IF instead of * (in this case).
Otherwise errors will appear.
Formula:
=LARGE(IF('Player Score'!$B$6:$B$113='Player Score'!$D$118,'Player Score'!$DY$6:$DY$113),ROW(A1))
(I've also changed 1 to ROW(A1)
Here, I've also adopted your formula...
Please note that you'll have now results 141,03...
But change it to show 0 decimals and you will again see 141...
Bookmarks