Thread
: [Solved]
Variable data set in Average formula
View Single Post
09-16-2017, 10:36 PM
xor
Windows 10
Office 2016
Expert
Join Date: Oct 2015
Posts: 1,100
I would use (in B2 and copy down)
=IF(ROW(2:2)-$C$2<0;"";AVERAGE(OFFSET($A$2;ROWS($1:1);;-$C$2)))
on condition you use semicolon as argument separator.
xor
View Public Profile
Find all posts by xor