+ Reply to Thread
Results 1 to 17 of 17

Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

  1. #1
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Good afternoon.

    I work at a non-profit organization that utilizes membership software. On a monthly basis, I've been asked to run reports on attendance, and track certain things.

    I've been able to figure out some of the criteria my leadership team is asking for, but I don't know how to do other criteria we need:

    1. Per age group, we need a count of unique members.
    2. Per age group, we need an average percentage of check-ins.
    3. Per age group, we need the same average percentage of check-ins, but on a weekly basis.

    I've attached a test spreadsheet of what I'm looking for help with. Here's a breakdown of what I've been able to do, and what I'm looking for help with:

    • Tab 1 is the list of members. There can be anywhere from 4,000-8,000 names and check-ins.
    • Tab 2 is the total visits per age group. I've been able to figure out a formula to get this.
    • HELP NEEDED: Tab 3 where I need help to figure out how to get a unique count per age group.
    • HELP NEEDED: Tab 4 is the average check-in percentage per age group. While I know I can do a simple division formula, which I did, I need help to figure out if there's a better way, and how to show 0 instead of an error, if, for some reason, there are no check-ins for that age group.
    • HELP NEEDED: Tab 5 is where I'd like to possibly show what's on tab four, but on a week to week basis.

    I hope this makes sense, and if anyone can help me, I would be so appreciative!
    Attached Files Attached Files
    Last edited by MorganKlaif; 02-22-2022 at 06:29 PM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Members per age group:

    =SUM(INDEX(('List of Members'!$D$2:$D$50>=A2)*('List of Members'!$D$2:$D$50<=B2)*('List of Members'!$D$2:$D$50<>"")/COUNTIFS('List of Members'!$D$2:$D$50,'List of Members'!$D$2:$D$50&""),0))

    Average checkins:
    =IFERROR('Total Members per Age Group'!C2/'Total Vists per Age Group'!C2,"")

    The last bit has me a bit confused. Can you check the layout of how you want it to look? add a few manually calculated results and repost the sheet here.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Quote Originally Posted by Glenn Kennedy View Post
    Members per age group:

    =SUM(INDEX(('List of Members'!$D$2:$D$50>=A2)*('List of Members'!$D$2:$D$50<=B2)*('List of Members'!$D$2:$D$50<>"")/COUNTIFS('List of Members'!$D$2:$D$50,'List of Members'!$D$2:$D$50&""),0))

    Average checkins:
    =IFERROR('Total Members per Age Group'!C2/'Total Vists per Age Group'!C2,"")

    The last bit has me a bit confused. Can you check the layout of how you want it to look? add a few manually calculated results and repost the sheet here.
    Hi Glenn,

    Thank you very much for your help on the first two items.

    Sorry for the confusion on the last part. Essentially, it's the same calculations as on tab 4, which is the average, but just with added criteria of each week during the month.

    I've reattached the sheet with an example of how I'd like it to look with the manual calculations.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Hi,

    as for your last request:
    here is the total members % per week,
    see "Average Checkins per AG+Week" tab where I created a new table showing the % of visitors per age/week.

    For the number of visitors per week - In C11 and across:
    Please Login or Register  to view this content.
    In order to get the percentage divide the result by the number of visitors like that, in C11 and across:

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Limor_OP; 02-22-2022 at 02:42 PM.

  5. #5
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Quote Originally Posted by belinda200 View Post
    Hi,

    as for your last request:
    here is the total members % per week,
    see "Average Checkins per AG+Week" tab where I created a new table showing the % of visitors per age/week.

    In C11:
    Please Login or Register  to view this content.
    In order to get the percentage divide the result by the number of visitors like that:

    Please Login or Register  to view this content.
    Hi belinda,

    Thank you for taking the time to help.

    It doesn't seem accurate though, as it's showing 22% for week 1 for ages 13-19. There's only 2 check-ins during that date range, and it's the same person. The calculation would be unique number of members divided by the number of visits, so 1 / 2, which should be 50%. The 22% would be the overall total.

  6. #6
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    OK, i didnt notice there were names on the list of members. are you using office 2016?

  7. #7
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Quote Originally Posted by belinda200 View Post
    OK, i didnt notice there were names on the list of members. are you using office 2016?
    Yes I am, thank you!

  8. #8
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Quote Originally Posted by MorganKlaif View Post
    Hi belinda,

    Thank you for taking the time to help.

    It doesn't seem accurate though, as it's showing 22% for week 1 for ages 13-19. There's only 2 check-ins during that date range, and it's the same person. The calculation would be unique number of members divided by the number of visits, so 1 / 2, which should be 50%. The 22% would be the overall total.
    Total visits for ages 13-19 is 9 according to your file, please correct me if i'm wrong....

  9. #9
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8
    Quote Originally Posted by belinda200 View Post
    Total visits for ages 13-19 is 9 according to your file, please correct me if i'm wrong....
    Hi belinda,

    That's correct. It's 9 in total, but it would only be 2 for the current issue, as there's only 2 visits within the week 1 date range. It's the same person/account. So, it would be the 1/2 equation, making it 50%.

    I hope that clears it up!

  10. #10
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    So - I ended up with a crazy formula to eliminate the duplicates

    C11 and across:

    Please Login or Register  to view this content.
    Check your manual results as they seem wrong. week 3 had 2 visitors out of 2 for example so the result should be 100%
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Quote Originally Posted by belinda200 View Post
    So - I ended up with a crazy formula to eliminate the duplicates

    C11 and across:

    Please Login or Register  to view this content.
    Check your manual results as they seem wrong. week 3 had 2 visitors out of 2 for example so the result should be 100%
    Hi belinda,

    I really appreciate all of your help, but the calculations still seem a bit wrong.

    I've attached a newly updated spreadsheet with everything that Glenn added, double checked my manual entries, and color coded a few things to make it a bit easier to see/understand.

    Week 1 in what you have seems to be the only correct one. In the newly attached sheet, the calculations should be:
    1. For week 2, there is only 1 check-in. Yours shows 50%, but it should be 100%, as it would be "1 Member / 1 Visit".
    2. For week 3, yours has 100% for both 13-19 and 20-29. For 13-19, there's 2 unique members (First 1 and First 2) and 4 visits between the 2 of them, so it would be "2 Members / 4 Visits" for 50%. For 20-29, there's 1 member and 2 visits, so it would be "1 Member / 2 Visits" for 50%.
    3. For week 4, there is only 1 check-in. Yours shows 50%, but it should be 100%, as it would be "1 Member / 1 Visit".

    Sorry for all the back and forth and confusion, but hopefully the above explanation helps!
    Attached Files Attached Files

  12. #12
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    [*]For week 3, yours has 100% for both 13-19 and 20-29. For 13-19, there's 2 unique members (First 1 and First 2) and 4 visits ......
    sorry but how do you count 4 visits?
    Last edited by Limor_OP; 02-22-2022 at 06:20 PM.

  13. #13
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Hi belinda,

    Week 3 is 01/17/2022 to 01/23/2022.

    On 01/18/2022, First 1 checked in. 1 visit.
    On 01/20/20222, First 1 and First 2 checked in. 2 visits.
    On 01/21/2022, First 2 checked in. 1 visit.

  14. #14
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    OK you should have mentioned that you count the visits per day and not per week, but you do count the number of visitors per week...

    This has resulted in a monstrous formula so I wont copy it here, just see attached at the "Average Checkins per AG+Week" tab....
    Attached Files Attached Files

  15. #15
    Registered User
    Join Date
    02-22-2022
    Location
    New Jersey
    MS-Off Ver
    2016
    Posts
    8

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Hi belinda,

    I'm so sorry for the confusion and the back and forth. It looks like everything is working perfectly!

    Thank you both for all of your help!

    I'm good to go now!

  16. #16
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    Finally ! you're welcome...

  17. #17
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,179

    Re: Unique Count, Average Percentage, and Weekly Breakdown - Member Check-Ins

    With the LET function - this can be much shorter...

    Please Login or Register  to view this content.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need Weekly Breakdown According to Date Rcvd Along with Amount of Orders and Dollars
    By QuiteGoodNow in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-17-2021, 12:32 PM
  2. function to count the average, check if not empty, then count
    By doudou in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-06-2019, 06:55 AM
  3. Average Weekly Sell Through Percentage Formula
    By dolphinfan2k8 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-24-2018, 02:31 PM
  4. Count and Percentage of each unique value
    By MetroBOS in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-26-2015, 12:43 AM
  5. [SOLVED] Count unique cases in a weekly bucket
    By melnemac32 in forum Excel General
    Replies: 2
    Last Post: 10-25-2012, 01:21 PM
  6. Need some help on a function to show hourly breakdown instead of daily/weekly
    By Daniel Dawson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-06-2012, 02:32 PM
  7. Weekly rota with hourly breakdown query
    By sd35 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 07-18-2012, 10:45 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1