Forum Discussion
Proximity Tracker
- Mar 10, 2021
Try this in R3:
=IFERROR(COUNTIF(tblPutts[Club on approach],S3)/COUNTIF(tblPutts[[Club on approach]:[Miss Green?]],S3),"")
Format R3 as a percentage, then fill down.
I think we can ignore the putt column, but I may not be inputting values in a way that is possible to produce the desired outcome.
What I want in column R is an average using columns H and I as "yes or no" values, respectively. For example in line 3, with the number 60 in column S, I want every time that the number 60 shows up in column I or H for it to produce a percentage where column H is a yes, and column I is a no. That possible?
Make sure you are looking at the most recently updated doc.
Try this in R3:
=IFERROR(COUNTIF(tblPutts[Club on approach],S3)/COUNTIF(tblPutts[[Club on approach]:[Miss Green?]],S3),"")
Format R3 as a percentage, then fill down.
- riosborneMar 10, 2021Copper Contributoryou're a genius! Thank you! Hans, I will take you golfing whenever you decide to take up the greatest game in the world 🙂