Hello Everyone,
I have column in my data set as follows:
I am looking for a power query formula which would return the following values:
(If cell contains "Cr" then remove "Cr" and multiply by -1).
Thank you so much in advance.
Regards
Shib
I have column in my data set as follows:
100 |
200 |
300 |
400 Cr |
500 |
600 |
200 Cr |
I am looking for a power query formula which would return the following values:
(If cell contains "Cr" then remove "Cr" and multiply by -1).
100.00 |
200.00 |
300.00 |
-400.00 |
500.00 |
600.00 |
-200.00 |
Thank you so much in advance.
Regards
Shib