Trying to change Dollar value to number value

Use ExectueScript or better ExectueScript _SANDBOX and then one of these JS functions:

Converting strings to numbers with vanilla JavaScript

  1. parseInt() # The parseInt() method converts a string into an integer (a whole number ). It accepts two arguments. …
  2. parseFloat() # The parseFloat() method converts a string into a point number (a number with decimal points). …
  3. Number () # The Number () method converts a string to a number .
1 Like