0

In Google sheets, is it possible to clear selected cells???

when I say "clear" I would like the cells to restore there default font (color/size/style), reset the cell background, reset any cell border style, reset the math functions on the cell, delete any notes or comments add to the cell.

I try to select a few cell and click the "delete" button, that this will only remove the cell value.

player0
  • 124,011
  • 12
  • 67
  • 124
Gil Epshtain
  • 8,670
  • 7
  • 63
  • 89

1 Answers1

1

yes, that's possible. select cells you want to reset and press CTRL + \ which will handle formatting.

then press BACKSPACE or DELETE for content removal

and you can enter note edit mode with SHIFT + F2

player0
  • 124,011
  • 12
  • 67
  • 124
  • Thanks - This will not reset (delete) the cell value (content) - But it will remove all formats. This is good enough, because I can later just click `delete` key. – Gil Epshtain Oct 13 '19 at 08:09