i have an excel , second column values is there , How to convert those values Custom formula by BOT.
Exp–=1068935553.83/10^7
Can Any one help ??
i have an excel , second column values is there , How to convert those values Custom formula by BOT.
Exp–=1068935553.83/10^7
Can Any one help ??
Use Read Range activity and output a datatable variable
Now use For Each row activity inside that use Write cell activity
Give you expression as =1068935553.83/10^7, so that will overwrite the expression
Hope this will help you
Thanks
its not working , can you give work flow ?
It would be much better to update the values in the datatable then just Write Range once to put it into the Excel file. Your loop causes multiple writes to Excel in quick succession, which will probably cause problems especially when there is more data.