Column A is user name,
Column B is date for example we have the month of oct and nov 2023 we always exclude saturdays
Column H is a numerical value for time spent
theres about 100k lines
since the data has 2 months oct and nov there are 8 fridays
for each user, i want the sum of column H from those fridays divided by however many fridays appear for the user
example using a filter
we have user A , we have 6 dates that are fridays , we have the sum of H from those fridays and now we divide by 6 since there are 6 fridays that appear
i need the another formula with a similar logic, instead of using friday it will be week day instead. monday thru thursday , we have 40 days total, so sum of H divided by 40
so yea 2 separate formulas where i can just manually manipulate by just replacing user and type of day, friday or weekday
Column B is date for example we have the month of oct and nov 2023 we always exclude saturdays
Column H is a numerical value for time spent
theres about 100k lines
since the data has 2 months oct and nov there are 8 fridays
for each user, i want the sum of column H from those fridays divided by however many fridays appear for the user
example using a filter
we have user A , we have 6 dates that are fridays , we have the sum of H from those fridays and now we divide by 6 since there are 6 fridays that appear
i need the another formula with a similar logic, instead of using friday it will be week day instead. monday thru thursday , we have 40 days total, so sum of H divided by 40
so yea 2 separate formulas where i can just manually manipulate by just replacing user and type of day, friday or weekday