Subtraction of the two columns

Hi @ppr,
Thanks very much its working fine now, your sincere help is appreciated.

Regards,
Naveen Kumar S

Hi @ppr
Can you please help me to write the output value (credit-debit) in to an excel file.

Sure. It is quick implemented

  • Excel Application Scope Activity
    • write range Activity

Yes, please

You can do it :slight_smile:

1 Like

Actually whether I need to write this to get the output
“String.Format(“Credit: {0} Debit:{1} Result: {2}”,Credit, Debit, Result)”

I mean I need to write that output in “R” column.
I am trying like CurrentRow(Result)= “Result”(inside for each row)

find starter help:
Credit-Debit_V2.xaml (13.0 KB)
Credit-Debit2.xlsx (15.0 KB)

1 Like

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