You could use an if statement looking at the Period value. You'll have to manually create this, but like in column 2, you could ""if"" on every single line - if period>=2 then the calc value, else 0 then on column 3, if would be if period>=3 then the calc value, else 0 and so on.