Counting, by years

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
Hi,

Please see attached link, where I am trying to solve my last query relating to my parkrun spreadsheet. This one is essentially 4 separate worksheets but all doing essentially the same calculation, but for different amounts:

- In the ‘All Completed Runs - B Obs’ worksheet ('Bronze Obsessive'), I want to record all years (and the total amount) where I have done 30-39 parkruns in the year

- In the ‘All Completed Runs - S Obs’ worksheet ('Silver Obsessive'), I want to record all years (and the total amount) where I have done 40-49 parkruns in the year

- In the ‘All Completed Runs - G Obs’ worksheet ('Gold Obsessive'), I want to record all years (and the total amount) where I have done 50-54 parkruns in the year

- In the ‘All Completed Runs - P Obs’ worksheet ('Platinum Obsessive'), I want to record all years (and the total amount) where I have done 55+ parkruns in the year

I have manually entered in the data, so you can see what should be populated.

Link: parkrun - My parkrun Record (Obsessives).xlsx

Thanks!
 
And in B83
=SUM('All Completed Runs - TOR'!B3#)/100
 
Upvote 0

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
How about
=COUNTIF('All Completed Runs - G Obs'!A3#,"<>None")
 
Upvote 0
My pleasure & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,683
Members
449,116
Latest member
HypnoFant

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top