- Joined
- Mar 11, 2013
- Messages
- 7
- Reaction score
- 0
Hello,
I have a workbook with many worksheets. One of the worksheets is a summary page for the results from the other worksheets. One of my worksheets uses CountA to indicate the number of individuals to attend a workshop (i.e. there are six attendees who were referred -- staff enter 'y' into the cell for each attendee). The class lists are broken down by each week.
What I would like to do is have my summary worksheet show the count for the entire month for the class. In other words, I need to be able to provide the sum of each weeks counts of referrals. -- So, week 1 is calculated as =COUNTA(D1020), and week 2 is =COUNTA(D2330), week 3 is =COUNTA(D3340) and so on. On my summary page I would like to add each of the weeks up to provide a single number for the month.
I can figure out macros if necessary (but am a beginner at that) and am a novice for VBA scripts too.
Thanks
I have a workbook with many worksheets. One of the worksheets is a summary page for the results from the other worksheets. One of my worksheets uses CountA to indicate the number of individuals to attend a workshop (i.e. there are six attendees who were referred -- staff enter 'y' into the cell for each attendee). The class lists are broken down by each week.
What I would like to do is have my summary worksheet show the count for the entire month for the class. In other words, I need to be able to provide the sum of each weeks counts of referrals. -- So, week 1 is calculated as =COUNTA(D1020), and week 2 is =COUNTA(D2330), week 3 is =COUNTA(D3340) and so on. On my summary page I would like to add each of the weeks up to provide a single number for the month.
I can figure out macros if necessary (but am a beginner at that) and am a novice for VBA scripts too.
Thanks
Last edited by a moderator: