30-10-23 03:20 PM
Hello everyone,
i need little help. In my process i got from Excel exponent save in data type Text. For example 3,60887497663498E-09. How I can convert it to number?
Thanks
30-10-23 05:03 PM
Hi @PavolBuck
I think you're asking to convert the data type to number before you get it from the excel? If you want to do that use the MS Excel VBO and the action Format Cell and set the format to "0.00" you can set this for an individual cell by providing the cell address or the entire column e.g. B6 or B:B
31-10-23 07:47 AM
Hi Pavol,
The problem here is not the VBO or Blue Prism but MS Excel and solution is by converting NUMBER to TEXT.
If you cross some set number of digits, in my case 16 (card number) digits, the number is represented in this format.
Simple tweak is to convert the number to text, you can do this either by -
Do let me know how this work out for you.
Hope this helps.