i take SERP Ranking(edit3) as sample
Aggregate Percentage
=-((AVERAGE(Today's Data Row)-AVERAGE(Yesterday Data Row))/AVERAGE(Yesterday Data Row))
For example.row 6 is today, and you have more keywords(eg. 6, from col B to col F)
then the formula is
=-((AVERAGE(B6:F6)-AVERAGE(B5:F5))/AVERAGE(B5:F5))
after you done this, you can just drag it down to another available day.
Average Today / Average1st Day
=-((AVERAGE(Today's Data Row)-AVERAGE(1st Day Data Row))/AVERAGE(1st Day Data Row))
For example.row 6 is today, and you have more keywords(eg. 6, from col B to col F)
then the formula is
=-((AVERAGE(B6:F6)-AVERAGE($B$5:$F$5))/AVERAGE($B$5:$F$5))
after you done this, you can just drag it down to another available day.
remark: $B$5:$F$5 , meaning when you drag down, the $B$5:$F$5 will stay unchanged.So it will always compare the 1st day data row.
Bookmarks