Adding values in sublists

Hello

I have a list that contains multiple sublists. Is there a way to add the sublists together?

Add the value of 0List0 to the value of 1List0. Add the value of 0List1 to the value of 1List1. Something like that.

I want a single list of the values ​​added together.

List.Transpose > Math.Sum

2 Likes

Thank you so much! It’s completely finished!

1 Like