Tagged with moving_averages - Visokio Forums http://forums.visokio.com/discussions/tagged/moving_averages/feed.rss Mon, 30 Oct 17 14:50:14 -0400 Tagged with moving_averages - Visokio Forums en-CA Subset formula: 7 Day Moving Average calculation http://forums.visokio.com/discussion/3210/subset-formula-7-day-moving-average-calculation Mon, 30 Jan 2017 13:06:59 -0500 mttwnxn 3210@/discussions
My data would be structured simply as below:

Date | Market | Campaign | Channel | Impressions | Clicks | Spend
01/01/17 | UK | ABC | ABC | 111 | 111 | 1111]]>
Formulae: Rolling (dynamic) moving average http://forums.visokio.com/discussion/879/formulae-rolling-dynamic-moving-average Mon, 25 Jul 2011 10:11:09 -0400 OmarKhan 879@/discussions ]]> Formulae: Calculating 12-month Moving Average from daily data? http://forums.visokio.com/discussion/2688/formulae-calculating-12-month-moving-average-from-daily-datas Mon, 18 Aug 2014 04:16:06 -0400 nitiwan 2688@/discussions
Thanks so much...Tai]]>
Formulae: Moving averages for daily data? http://forums.visokio.com/discussion/2654/formulae-moving-averages-for-daily-datas Wed, 23 Jul 2014 03:33:59 -0400 nash 2654@/discussions
I would like to calculate the average of the KPIs for 3, 7, 10, 14 days from the starting date in the data.

Thanks. ]]>
Formulae: Moving Average on the previous row's result? http://forums.visokio.com/discussion/2530/formulae-moving-average-on-the-previous-rows-results Wed, 23 Apr 2014 11:11:58 -0400 Oke369 2530@/discussions Please can you assist, basically I have attached 3 files, Automation Excel, I am trying to replicate this formula on Omniscope. if you look at k17 the formula is a moving average, then in cell k18 the formula changes by referencing cell k17 and then Adding a few variables.

In stock I've added a few of my failed attempts at the formula, I would just like clarity on where I'm going wrong. I manage to get the first 3 results. correct but then it seems to loop?
Please let me know if you need anything else.
thank you, Stephen]]>
Formulae: Calculating moving averages? http://forums.visokio.com/discussion/1522/formulae-calculating-moving-averagess Wed, 02 May 2012 19:31:17 -0400 joemako 1522@/discussions
SUBSET_SUM([Value],SUBSET2([Row],[Row],([Row]-10),[Row], ">", "<="))/10...where in the previous operation, the function CURRENTROW() populates the [Row] field?]]>