JTL9161
Well-known Member
- Joined
- Aug 29, 2012
- Messages
- 582
- Office Version
- 365
- Platform
- Windows
I am working on a golf league spreadsheet. I am using the following formula to sort the members by net score.
=SUMPRODUCT((ABS(Z3-0)>ABS($Z$3:$Z$22-0))+0)+1
The problem is that in golf a negative score should put a golfer ahead of golfer with a "0" or Even score and ahead of a golfer with a plus score.
Current List
ABC +2
DEF 0
GHI +1
XYZ -1
What I need after sorting
XYZ -1
DEF 0
GHI +1
ABC +2
Thanks
James
=SUMPRODUCT((ABS(Z3-0)>ABS($Z$3:$Z$22-0))+0)+1
The problem is that in golf a negative score should put a golfer ahead of golfer with a "0" or Even score and ahead of a golfer with a plus score.
Current List
ABC +2
DEF 0
GHI +1
XYZ -1
What I need after sorting
XYZ -1
DEF 0
GHI +1
ABC +2
Thanks
James