Attendance sheet help

kensho

New Member
Joined
Apr 9, 2010
Messages
5
I am stuck trying to track attendance for Practice and Games for my girls softball team. I would like to track the current % based on where we are in the season. We start with 6 practices and then go into a 12 game season.

Girls%20Att.gif
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Here’s one way to accomplish what you want.
First determine how many practices/games have been played. In a cell E15 enter this formula =IF(COUNTA(E3:E13)=0,FALSE,TRUE) then copy across to V15. In A15 enter this formula =COUNTIF(E15:J15,TRUE) this will give you the number of practices. In B15 enter =COUNTIF(K15:V15,TRUE) this will give you the number of games. In A3 enter this formula =SUM(COUNTA(E3:J3)/$A$15) format as a percentage and copy down. In B3 enter =SUM(COUNTA(K3:V3)/$B$15) format as a percentage and copy down.
Hope this helps!
Gary
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,840
Members
449,411
Latest member
adunn_23

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