Hi team want to add two no like
LikeM6:M12 I want output
To read a cell value from Excel and add it to another cell value using UiPath, you can follow these steps:
sum = cell1 + cell2
Where “cell1” and “cell2” are the variables that hold the values from the two cells you read.Can You simply help me to add two value in assign activity ? Like "m6+“6”=M12
Try like this
In Assign give just range without +6
While giving range in excel activities give like
System.Text.RegularExpressions.Regex.Match(AT,".*(?=\d+$)").Tostring+(Cint(System.Text.RegularExpressions.Regex.Match(AT,"\d+$").Tostring)+6)
Regards
Sudharsan