Hi everyone,
I want to automate the way in which I keep track of which people show up for the weekend hikes based on a simple entry attendance. I have a simple table as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]7 Oct[/TD]
[TD]14 Oct[/TD]
[TD]21 Oct[/TD]
[TD]28 Oct[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Participants[/TD]
[TD]Mike[/TD]
[TD]Danielle[/TD]
[TD]Mike[/TD]
[TD]Danielle[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Melissa[/TD]
[TD]Dan[/TD]
[TD]Dan[/TD]
[TD]Julie[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]Dan[/TD]
[TD]Alexandra[/TD]
[TD]Robert[/TD]
[TD]Melissa[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]Alexandra[/TD]
[TD]Mike[/TD]
[TD]Raphael[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD]Raphael[/TD]
[TD]Melissa[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can you please help me obtain a simple descending attendance report like the example bellow:
Attendance: Mike (4x), Dan (3x), Melissa (3x), Alexandra (2x), Danielle (2x), Raphael (2x), Julie (1x), Robert (1x)
PS: I apologize in advance if my counting wasn't fully accurate. Also, I use MS Office 2007, if that helps in any way.
Thanks in advance.
I want to automate the way in which I keep track of which people show up for the weekend hikes based on a simple entry attendance. I have a simple table as follows:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]7 Oct[/TD]
[TD]14 Oct[/TD]
[TD]21 Oct[/TD]
[TD]28 Oct[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Participants[/TD]
[TD]Mike[/TD]
[TD]Danielle[/TD]
[TD]Mike[/TD]
[TD]Danielle[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]Melissa[/TD]
[TD]Dan[/TD]
[TD]Dan[/TD]
[TD]Julie[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD]Dan[/TD]
[TD]Alexandra[/TD]
[TD]Robert[/TD]
[TD]Melissa[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]Alexandra[/TD]
[TD]Mike[/TD]
[TD]Raphael[/TD]
[TD]Mike[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD]Raphael[/TD]
[TD]Melissa[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Can you please help me obtain a simple descending attendance report like the example bellow:
Attendance: Mike (4x), Dan (3x), Melissa (3x), Alexandra (2x), Danielle (2x), Raphael (2x), Julie (1x), Robert (1x)
PS: I apologize in advance if my counting wasn't fully accurate. Also, I use MS Office 2007, if that helps in any way.
Thanks in advance.