Hi,
I am just a beginner and have faced a problem with 'tonumber'.
Can you please advise me how to convert string to the number.
I tried to use ‘tonumber’ nevertheless I probably do smth wrong as still receive data which are not treated as a nr.
Description
I have report with two dates.
I counted days from between ‘Date B’ and ‘Date A’, Result was saved in column ‘Result”
Now I need to use formula which will select only rows where ‘Result’ <=10 (I used ‘IF”).
As a records in column ‘Result’ are in incorrect format I receive false information.
Date A | Date B | Result |
14.03.2020 | 24.03.2020 | 10 |
13.09.2020 | 13.10.2020 | 30 |
14.02.2020 | 14.02.2020 | 0 |
08.07.2020 | 06.07.2020 | -2 |
Thanks for help!
J.