Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Google Sheets Delete Cells


Delete Cells

Cells can be deleted by selecting them, and pressing the Delete button on the keyboard.

Note: The delete function will not delete the formatting of the cell, just the value inside of it.

Let's have a look at three examples.

Example 1

Pressing the Delete button:


Example 2

Pressing the Delete button:



Example 3

With formatting:

Pressing the Delete button:

Note that it only deletes the value in the cells, and not the formatting (the color).

Note: You will learn more about formatting, and how to style cells in a later chapter.