Hello.
I´m working on a workflow at the moment and I´m trying to produce a new Column with the sum total of the values that exist in the row.
Hey @neromerob,
this workflow can do this:
Any questions or issues please ask HTH!Ira
Hi,
Please find the attached the WF.
Thanks
Here's two ways. If you're keen to optimise and just use a single tool then there's an 'Add Totals' macro in the CReW macros pack which you can download here: http://www.chaosreignswithin.com/p/macros.html
The simplest way is to use a formula tool to create a new field for TOTAL. You can use an addition formula where
TOTAL = [from_1_to_10]+[from_11_to_20]+[from_21_to_30 ]
If you would like the new column to appear after NAME you can use the Select tool to shift it.
I agree with @AmalinaH, the formula tool is the way to go 😅