Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Row based calculations

Arunima_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 @Arunima_S 

 

This should do the trick,

PhilipMannering_0-1606152888089.png

Let me know if not,

Thanks,

Philip

Labels
Top Solution Authors