Hi All
Best Answer
-
I would try to use a stage module/line item
- import as text
- recognize numbers by value funtcion
- catch sign by right function, if "-" then (-1) else 1
- multiply steps 2*3
Best,
Konstantin
1
Answers
-
Thank You Konstantin, the issue is solved. The only problem I got when I used VALUE() function, it returned NaN for text have negative sign at the end.
1 -
I see.
Then
- either upload them as numbers and use text only for sign define
- either concatinate text to use in value function
Best,
Konstantin
0