Hi,
How can I get rid of #Error as a result of my ToNumber formula?
The formula is having an If statement included that replaces 0 with " ". My assumption is that part of my condition is the one that's giving me the error result.
This is how the formula looks like:
=ToNumber(Replace(If([Field1]="#" And [Field2]=0;"";[Field2]);",";""))