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.
Can you explain what exactly you want, for someone who doesn't know anything about golf?
- riosborneMar 10, 2021Copper ContributorOops! I thought everyone played golf 🙂
I want column R to produce an average of columns I and H but only if the value in columns H or I are the same as column S. That make sense?
So if the number is column H it means I hit the green (positive). If the number is column I it means I missed the green (negative). I'd like column R to produce the average of those two columns when the value is the same as whats in column S.
I think I explained that correctly but lmk if its still confusing. Thank you so so much.
So if the- HansVogelaarMar 10, 2021MVP
riosborne Does the Putt column still come into this?
And do you mean the average of column E when I or H matches S? The average of I and H appears strange to me since they contain the values that occur in S...
- riosborneMar 10, 2021Copper Contributor
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.