Hi, I currently have numbers from two different sources formatted differently, one from excel and one from a software I’m using.
The ones from excel looks like this:
While the ones from the software looks like this:
Currently I’m using a for each loop, then copy the value from the software and getting the number with get clipboard, then saving it to a variable, while saving the number from excel to another variable.
How can I compare the two differently formatted numbers?
The bot should be able to differentiate positive and negative value.