I have the following information in a spreadsheet:
I have named the range "Database".
I want to end up with:
Total # on Mondays Monday Average
Total # on Tuesdays Tuesday Average
etc.
from this sample I would expect the following results:
I've tried setting up my criteria in different ways, but all I can get is a total count and average, not grouped by the day!!
Thanks for any help!!
les
Code:
Date Day # scheduled # initialized
7/1/2004 Thursday 7 0
7/2/2004 Friday 3 1
7/5/2004 Monday 0 0
7/6/2004 Tuesday 5 1
7/7/2004 Wednesday 7 0
7/8/2004 Thursday 7 1
7/9/2004 Friday 1 0
7/12/2004 Monday 4 0
7/13/2004 Tuesday 5 0
7/14/2004 Wednesday 4 0
7/15/2004 Thursday 5 0
7/16/2004 Friday 0 0
I have named the range "Database".
I want to end up with:
Total # on Mondays Monday Average
Total # on Tuesdays Tuesday Average
etc.
from this sample I would expect the following results:
Code:
Day # scheduled Average
Monday 4 2
Tuesday 10 5
Wednesday 11 5
Thursday 19 6
Friday 4 1
I've tried setting up my criteria in different ways, but all I can get is a total count and average, not grouped by the day!!
Thanks for any help!!
les