Forum Discussion
How to calculate Visitors per Week Day average for large data
Every time I change the Value Field Settings to Average, it gives me crazy numbers that do not make sense.
Those numbers--45nnn-- do make sense when you realize what you're putting into the Values field: dates. Those "numbers" are the way Excel stores dates. Today's date, for example, 4/5/24, is stored in Excel as 45387. (That's how Excel can do date math) So you're getting the average of all the Sundays, Mondays (, etc) dates, not of the number of people visiting. To get that, you need to put "Count of Location" into the Values field.
Doing that, I am able to get total counts for each location and day of the week,
but when I switch to average I get a #DIV/0! error message. I'd be happy to spend more time trying to figure out why, but I think it's what HansVogelaar has said: divide those numbers by the number of weeks in your data sample.