Making a graph to track attendance

hisB

New Member
Joined
Sep 12, 2006
Messages
9
Hi! I hope someone can come up with a suggestion for me!
Right now I've got a spreadsheet, and each tab has a week, with names under column A and columns B-F are Monday-Friday. As of now, we have filled in for each cell YES, NO, or LATE. Is there a way you can think of that would easily help me track this, both on a weekly basis (each tab) and one master graph for the whole spreadsheet?
Thanks!!! :)
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Hi,

Welcome to MrExcel.

I don't know if this is the best solutionway of going about it, but it's one.

Add a sheet called First before sheet Week1.
Add a sheet called Last after sheet Week52.

On Sheet Week1 (to Week52) I would have something like this in H1:I3.....

Excel Workbook
ABCDEFGHI
1NameMondayTuesdayWednesdayThursdayFriday*Yes14
2BillYesLateYesNoNo*No17
3BobYesLateYesNoNo*Late9
4TomYesLateYesNoNo***
5TimYesLateNoLateNo***
6DanNoLateYesNoNo***
7JoYesLateYesNoNo***
8JoeYesLateYesNoNo***
9SamYesLateYesNoNo***
Week1


On your Chart sheet I guess you will need something like this......

Excel Workbook
ABCDEFGHI
1WeekYesNoLate*RunningTotals*Indirect Criteria
2Week114179*Yes43*I1
3Week2161410*No46*I2
4Week3131512*Late31*I3
Chart


On the Chart sheet the formulas in B2:D4 are returning the values from Week1 I1, Week1 I2, Week1 I3 etc etc. The formulas in G2:G4 are summing all sheets between First & Last that have a value in I1, I2, I3. You can then build your Charts from this data.

This video shows how to create a dynamic chart....
http://www.youtube.com/user/ExcelIsFun#p/search/32/7le-m8YRP6M

Take a look here at a (VBA free) sample file of the above....

hisB.xls


This isn't intended as a complete solution to your situation, it's just a small collection of simple ideas.

Good luck with your project.

Ak
 
Upvote 0
Thank you! That is a big help and gives me something to work off of. Thing is... this way is really tallying the average attendance as a whole. I was hoping to be able to have some sorta graph that shows that Bill has perfect attendance, Sam is never there, and Susan clearly has bad PMS because she always misses one day a month. Know what I'm saying?
 
Upvote 0
Hi,

So are you saying you want a graph to show the results for every Name every week/on going?


Excel Workbook
ABCDEFGHIJKLMN
1WeekYesNoLate*RunningTotals*Indirect Criteria*NameYesNoLate
2Week1No52*Yes42*I1*Bill0150
3Week2No52*No54*I2*Bob546
4Week3No50*Late24*I3*Tom3102
5**********Tim1500
6**********Dan267
7**********Jo663
8**********Joe573
9**********Sam663
Chart


To get a running total for each name in the above sample, your Week1 sheet would need to be something like this.....

Excel Workbook
ABCDEFGHIJKLM
1NameMondayTuesdayWednesdayThursdayFriday*YesNoLate*Yes16
2BillNoNoNoNoNo*050*No18
3BobYesLateYesNoNo*221*Late6
4TomYesLateYesNoNo*221***
5TimYesYesYesYesYes*500***
6DanNoLateYesNoNo*131***
7JoYesLateYesNoNo*221***
8JoeYesLateYesNoNo*221***
9SamYesLateYesNoNo*221***
Week1


Take a look at the sample file.....
hisB.xls

I'm sorry but this is this best I can suggest.
You will have to see if anyone else has any alternatives for you.

Good luck.

Ak
 
Upvote 0

Forum statistics

Threads
1,224,550
Messages
6,179,463
Members
452,915
Latest member
hannnahheileen

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