Here's my spreadsheet using your layout:
Golf 2.xlsx
My formula for AK78 (yours is a bit different!): =IF((SUM($AD78:AJ78)=0)*($I78*100+$CU78=MIN(IF(NOT(MMULT(--ISNUMBER($AD$77:AJ$122),TRANSPOSE(COLUMN($AD$77:AJ$122)^0))),IF($I$77:$I$122="",99999,$I$77:$I$122*100+$CU$77:$CU$122)))),AK$75,"")
Note too that my tie-breaker ranks are values, not formulae. I am assuming there is some sort of countback formulae that will uniquely rank all participants independent of the ranking for gross/net prizes (?)
If you are using formulae to identify ties, then calculating a final tiebreaker rank, to feed back into the formulae, you'll necessarily get circular errors.
So if your tiebreaker ranks rely on you first identifying ties, then you'll need to adopt a two step approach.
- Use my original formulae
- Identify ties and calculate tiebreaker ranks
- Use my new formula in a separate work area, pointing also to to the tiebreaker ranks.