Supersuperleeds
Legendary Member
- Location
- Leicester
Right, done the Eddington Number in Kilometres - 117.
This is the formula in excel that I use to give me the number of days that I have done a certain mileage
=COUNTIF($H:$H,">="&K6) H is the column all the daily totals are in and K6 is the day number. I then have the days going across row 6 and copy the formula across with the formula being in row 7. In row 8 I then have the following formula =IF(K7>=K6,K6,0)
The Eddington number is then returned with the following formula =MAX(K8:BN8)
All thanks to @SatNavSaysStraightOn for the Countif formula
This is the formula in excel that I use to give me the number of days that I have done a certain mileage
=COUNTIF($H:$H,">="&K6) H is the column all the daily totals are in and K6 is the day number. I then have the days going across row 6 and copy the formula across with the formula being in row 7. In row 8 I then have the following formula =IF(K7>=K6,K6,0)
The Eddington number is then returned with the following formula =MAX(K8:BN8)
All thanks to @SatNavSaysStraightOn for the Countif formula