I have a cell where I would like the formula to be =(-0.01 - 0.29)- (0 - 0)
. The order of the parentheses is particularly important because of some regex commands down the line.
However google sheets keeps correcting it to =(-0.01 - 0.29- (0 - 0))
This is frustrating because I have other formulas in my sheet where the is not happening, for example: =(-0.01 - 0.21)- (0 - 0)
How can I keep the =(-0.01 - 0.29)- (0 - 0)
formula intact?