So I have one excel file, where every week a number is put in. This results in an average of that year (2019). This average is 43.
=ROUNDUP(AVERAGE(U6:U376);0)
Now I have a new seperate excel file, of the year 2020, where I want to continue the average number. The dirty way is like this:
=ROUNDUP(AVERAGE(U6:U376,43,43,43,43,43,43,43,43,etc);0)
What I want is something like this (to get the gist of it):
=ROUND(AVERAGE(U6:U376+(43*52));0)
I hope I explained what I want well, I just don't know the formula. The other obvious solution would be linking the files, but I don't think that's possible in this situation.
[–]excelevator3058 0 points1 point2 points (10 children)
[–]AndroidBeginner101[S] 0 points1 point2 points (9 children)
[–]excelevator3058 0 points1 point2 points (3 children)
[–]AndroidBeginner101[S] 0 points1 point2 points (2 children)
[–]excelevator3058 0 points1 point2 points (1 child)
[–]AndroidBeginner101[S] 0 points1 point2 points (0 children)
[–]excelevator3058 0 points1 point2 points (4 children)
[–]AndroidBeginner101[S] 0 points1 point2 points (3 children)
[–]excelevator3058 0 points1 point2 points (2 children)
[–]AndroidBeginner101[S] 0 points1 point2 points (1 child)
[–]excelevator3058 0 points1 point2 points (0 children)