How do I subtract two Columns?

Hello

How do I Subtract the Two Column without deleting Blank Space ?

image

Like this

output SS

image

@kishan.savaliya

try this

Test (2).xaml (11.4 KB)

1 Like

Hi [Kishan Savaliya,

Take For Each row
And AssignActivity IDX=DataTableVariable.rows.indexof(Currentrow)
IDX=IDX+2 Where IDX is Integer Datatype

apply Formula in write Cell
“=B”+IDX.ToString+“-C”+IDX.ToString

inCell value
“D”+IDX.tostring

Thanks,
Rounak

1 Like

Thanks You @jack.chan @Rounak_Kumar1 for Solution

1 Like

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