Summary information from excel files into one excel file

@trunghai

will you please add xlsx file aslo ?

hi KienACC.xlsx (9.6 KB)

in which column you want to update new value?

I want to assign D column.

Example : D2 = A2&β€œ/”&B2
D3 = A3&β€œ/”&B3…

^^

Excel to Excel TRIM.xaml (12.8 KB)

check this

@rahatadi
Thanks you so much… I will check and inform to you tomorrow.

Thanks you thanks you so much always man ^^

@rahatadi
Hi, the result is correct ^^
Thanks man!

@rahatadi

I have used Assign Activity to replace the special Character β€œ" to β€œ.” with command :
NgayTK=NgayTK.Replace(”",β€œ.”)… but it could not replaced.

This command has any not correct ?

Should specify some character in β€œtobeReplacee” argument.

@trunghai

Just tell me how the result will look like at end?

@rahatadi

Example : 29/01/2019 will replace into 29.01.2019

^^

@trunghai

import system.text.regularexpression dll
use

Regex.Replace(β€œ29/01/2019”,β€œ/”,β€œ.”).ToString

@rahatadi

Hi, I want to replace all of value in B Column.

All of the date in B column will be replaced from xx\xx\xx to xx.xx.xx

this should work…

Regex.Replace(NgayTK,β€œ/”,β€œ.”).ToString

1 Like

hehe… Thanks you so much man ^^

I will have an " TET " holiday from tomorrow to 11/2/2019

See u again & Happy New year to you ^^

wish you the same

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