Rule based sum

Hi Guys,

I am trying to add 3 columns from 2 rows - 6 cells total and create a single sum. Is there a node where I can do that?
I tried the Column Expression node but I can add only each rows - not two consecutive rows. Any input will be highly appreciated! TIA!

asd

you could first sum the columns with column aggregator and then sum the aggregated rows
br

If the logic is always per 2 rows you can also opt for a Chunk Loop with chunk size 2 and then process the values accordingly.

image

3 Likes

Thank you! This is exactly what I was looking for!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.