Forum Discussion
CRami6
Apr 05, 2024Copper Contributor
How to calculate Visitors per Week Day average for large data
Hello, I have a large data set that includes the location a visitor was checked in at, the date and time of check in and Day of the Week column. I am trying to figure out the Average of visitor c...
HansVogelaar
Apr 05, 2024MVP
Simply divide the count by the number of weeks in the data (27 in your example).