L
LordJezo
It can be done with SQL using:
SELECT Day, AVG(Users) Avg Users FROM NOTESMON GROUP BY Day
But that is not very portable
On the attached sheet the statement needs to take every value from th
User column (J) where the Day column (H) was the same, add them up, an
take the average of them.
So if Day was 30 for the first 10 rows it would take the value in th
users columns for those 10 rows, get their average, and plop it ou
next to the vaule of the day, so it would be 30 and then next to tha
the average value of all the entries of User that correspond to 30
Advice
Attachment filename: ntmn0404_querytest.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=54238
SELECT Day, AVG(Users) Avg Users FROM NOTESMON GROUP BY Day
But that is not very portable
On the attached sheet the statement needs to take every value from th
User column (J) where the Day column (H) was the same, add them up, an
take the average of them.
So if Day was 30 for the first 10 rows it would take the value in th
users columns for those 10 rows, get their average, and plop it ou
next to the vaule of the day, so it would be 30 and then next to tha
the average value of all the entries of User that correspond to 30
Advice
Attachment filename: ntmn0404_querytest.xls
Download attachment: http://www.excelforum.com/attachment.php?postid=54238