Home > front end >  Why does GSheet's "find" not find my blank cells even though ISBLANK() finds them?
Why does GSheet's "find" not find my blank cells even though ISBLANK() finds them?

Time:11-27

I have the following problem: When I type "^\s*$" into GSheet's "find" it does not find my blank cells even though ISBLANK() finds them. I need to find and replace the blank cells with "NA". Help would be greatly appreciated!

This is an excerpt of my table: enter image description here

  • Related