Handicapping

  • Thread starter Thread starter Golf.nut1
  • Start date Start date
G

Golf.nut1

I would like to make up a spreadsheet for golf handicaps
where only the last 3 scored entered in a row are
counted. Do you know how I can do this?
 
Hi
if you don't have blanks use the following to sum the last three values
of row 2:
=SUM(OFFSET($A2,0,COUNTA(2:2)-1,1,-3))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

golf scores 2
Excel Handicap Formula 0
Golf Handicap Anomoly.... 7
Calculation help from average total 1
Excel formula for golf score to handicap 1
Averaging golf handicaps 1
scrolling table 7
Golf Handicap 3

Back
Top