Hi, I need to convert an alphanumeric "number" with komma in it to a numeric number. After that I will add these numeric values to a total sum.
For example (alphanumeric values) below:
0,00
10,00
6,00
0,00
Needs to be summed up to (in this case) 16.00 (numeric value).
Further, I want to skip the zero values, but I think I can manage that after they are converted to numerical values.
My main problem is how do I convert them and keep the positions (these numbers are swedish kronas).
Thanks and cheers!
Harald