Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Short-hand method for using the multi-row formula tool across many rows

AndrewVogel
5 - Atom

I would like to sum only the previous 20 rows of each data entry. Is there a way to write this expression quickly (excel's range approach comes to mind i.e. SUM(A1:A19)). At the moment my only though is to type out the entire expression of: [Row-19:Field] + [Row-18: Field] + .... + [Row-1: Field] + [Field].

 

Thanks all

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @AndrewVogel 

 

The answer is no there is not 😅. Maybe you can use summarize tool get sum of those rows 🙂

AndrewVogel
5 - Atom

Thanks for clarifying @atcodedog05 ... Let's hope my requirement stays manageable around 20 and not like 200!!

 

Cheers

atcodedog05
22 - Nova
22 - Nova

@AndrewVogel  yup hopefully

 

Happy to help : )

Cheers and have a nice day!

Labels
Top Solution Authors