I am using Google Docs and I am taking some monthly statistics from bls.gov and averaging them out to an annual statistic like so:
Which leads to the following answer: 129572.333333333
I would like to have the cell round to the nearest 1s to get the following answer: 129572
How would I do this? I tried wrapping the AVERAGE in ROUND like so: =ROUND(AVERAGE(stuff,stuff)) but that was a go preceded by a no.
Thanks in advance!
Code:
=AVERAGE(128298,128298,128891,129143,129464,129412,129822,130010,130019,130179,130653,130679)
Which leads to the following answer: 129572.333333333
I would like to have the cell round to the nearest 1s to get the following answer: 129572
How would I do this? I tried wrapping the AVERAGE in ROUND like so: =ROUND(AVERAGE(stuff,stuff)) but that was a go preceded by a no.
Thanks in advance!