Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAUsed an interesting artifice to reach the solution faster.. check it out!
if [Row-1:sum3conseq] >30000 then
[Row-1:sum3conseq]
elseif [Row-1:sum3conseq] >20000 then
[Row-1:sum3conseq] + 10000 + tonumber([value])
elseif [Row-1:sum3conseq] >10000 then ///for clarity only
[Row-1:sum3conseq] + 10000 + tonumber([value])
elseif tonumber([Value])>0 then
tonumber([Value]) + 10000
else
0
endif