Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Row based calculations

Aria_S
7 - Meteor

Hi there,

 

I am trying to create a calculated column based on the below logic:

 

MONTHAMOUNTCALC. COLUMN
JAN100700
FEB200800
MAR1001200
JAN400900
FEB3001400
MAR5001000
JAN100100
FEB800800
MAR100100

 

C2 = Sum(B3:B5)

C3= Sum(B4:B6)

.

.

.

C8 = B8

C9 = B9 

and C10 = B10

 

Basically, I want to calculate column C such that, Jan = Feb+Mar+(next)Jan;  and so on.

 

Can you help me achieve this in alteryx? 

 

Thanks in advance.

Aria

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

Hi @Aria_S 

 

This should do the trick,

PhilipMannering_0-1606152888089.png

Let me know if not,

Thanks,

Philip

Labels