Why is this written as "=SUM(A1,B1)" in TypeB workflow?

typeB.xaml (7.5 KB)
Sample Columns.xlsx (8.7 KB)

1 Like

Hi @ydash999,

It’s just a different approach usign Excel formula to get the sum of two values.

In this case, the formula is written from C1 to C11 because the defined range is "C1:C"+RowsCount

Where RowsCount is 11. Then, it will work similar to when you drag a formula. I mean, it will consider the respective row.

Are there other ways to do this without formulas? Yes…

You could use a for each row activity, get column A value and column B value, covert both of them to Int32, perform the sum and write to column C.

But, use formula was pretty simple to reach the same result.

If this solves your problem, kindly mark this post as solution to close this topic.

If you need extra help and/or have any question, please let me know :slight_smile:

Thanks!

2 Likes

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