Home > Software design >  SUBSTITUTE function google sheets doesn't work
SUBSTITUTE function google sheets doesn't work

Time:04-26

As far as I know, this is the right way to use the SUBSTITUTE function, but the formula gives a parse error. What did I do wrong?

Example

CodePudding user response:

use:

=SUBSTITUTE(A33; "1"; )
  • Related