Use GROWTH to create rolling 7-day average in Google Sheets. Complete tutorial with syntax and examples.
GROWTH(known_data_y, [known_data_x], [new_data_x], [b])
Given partial data about an exponential growth trend, calculates various y-values. To create rolling 7-day average, combine GROWTH with the right arguments for your dataset.
For exponential (compound) growth predictions.