Finding an average weekly count by year

Comments

2 comments

  • Alan

    Hi Mario,

    Our AVERAGE function provides the average of each row for the columns specified as arguments.

    For example, if you have three columns and AVERAGE them as follows:

    AVERAGE(Column1;Column2;Column3)

    Column1
    Column2
    Column3
    AVERAGE returns
    1 9 10 6.6666

    Here is our documentation for AVERAGE

    However, I believe you may be looking for our GROUPAVERAGE function instead.  This function returns the average value of a group by creating a sum for all values in the group and then dividing by the number of values.

    Hope this helps!

    Alan

    1
    Comment actions Permalink
  • Mario Valdes II

    Thank you, Alan. It appears you are correct; I didn't know GROUPAVERAGE() was a thing as I mostly relied on getting my data into Excel for the more nuanced heavy-lifting, but it appears to work as intended. Again, thank you tremendously! You've saved me a massive amount of manual work I was anticipating!

    Mario

    0
    Comment actions Permalink

Please sign in to leave a comment.