Hi
I imported some data from a Excel Binary .xlsb file and the column of the deferred cost/ income become V_wstring format. All the negative numbers in parenthesis when I applied the Tonumber (x) formula, all become "null". The data in V_wstring look like below. What can I do to 1) keep positive as positive and 2) split out the negative numbers in parenthesis and put a negative sign for those and 3) convert the data type to Double/ Number?
Or is there any way to import the Excel binary file and not to bring in the data type as V-Wstring and as number?
It's a read only file and for the data auditing purpose, I have to link directly to this file and cannot save the file as other Excel formats and used that as my input. Thanks for the help.
| Account | Deferred Cost |
| 1 | (123) |
| 2 | 200 |
| 3 | |
| 4 | (800) |
| 5 | (90000) |
| 6 | 300 |
| 7 | 80 |