how to delete columns in google sheets
Watch Video – Delete Empty/Blank Rows in Google Sheets
When working with Google Sheets, you're likely to end up with a lot of empty cells and rows.
It could be that you got the data with empty rows in it, or maybe you deleted a few cells/rows and ended up with these.
Now if there are only a few such empty rows, you can easily delete this manually, but if there are tens and hundreds of these scattered all over the dataset, doing this manually is not an efficient way to do this.
In this tutorial, I will show you some simple ways you can use to delete empty rows in Google Sheets in one go.
Let's get started.
Filter Empty Rows and Delete It
Suppose you have a dataset as shown below (where there are multiple blank rows in it)
You can filter the data set based on many criteria – and to be able to filter it when cells are blank is one of them.
Once you filter all the empty rows, you can then select and delete all of these (while the other rows remain unaffected).
Below are the steps to filter empty rows and then delete it
- Select the entire dataset. Note that you need to select all the cells in the dataset (even if these are blank)
- Click on the Data tab
- Click on 'Create a Filter' option. This will add filters to the headers of the dataset
- Click on the filter icon in any of the columns (it's the small inverted pyramid icon at the right of the header cell).
- In the drop-down, click on Clear. This deselects every option.
- Manually select the Blank option
- Click OK
When you're done with these above steps, it will give you a filtered data set of all the empty rows only. All the rows that have data will be hidden.
Now that you have all the empty rows together. you can select all these and delete at one go.
Below are the steps to do this:
- Click on the column number in the left of the row.
- Hold the shift key and then click on the last empty row in your data set. This will select all the empty rows in the dataset.
- Right-click on any of the select column number
- Click on Delete Rows 6- 14 (in your case it will show the number of your rows).
Don't worry, the above steps would only delete the empty rows in the data set and not all the rows.
Now that this is done, remove the filter and you will have a dataset where empty rows have been deleted. To remove the filter, click the Data tab and then click on 'Turn off filter'
Sort the Data Set and Delete Empty Rows
While the above method of filtering data and deleting empty rows is what I prefer, there are multiple ways to skin this cat.
Another almost equally good method is by sorting the data set, and when you have all the empty rows together, you can select and delete those.
Below are the steps to sort the dataset and delete empty rows:
- Select the entire dataset. Note that you need to select all the cells in the dataset (even if these are blank)
- Click on the Data tab
- Click on Sort range by Column A, Z → A
The above steps would sort the entire data set and cluster all the empty rows at the bottom of the dataset.
Now that you have all the empty rows together. you can select all these and delete at one go.
Below are the steps to do this:
- Click on the column number in the left of the row.
- Hold the shift key and then click on the last empty row in your data set. This will select all the empty rows in the dataset.
- Right-click on any of the select column number
- Click on Delete Rows 12-15 (in your case it will show the number of your rows).
While this method works great, there is a reason I said it's almost as good as the Filter method (and not equally good or better).
Below are a few things to keep in mind when using this method:
- When you're done with deleting empty rows, you're left with a sorted dataset. This is great if you wanted to sort the data anyway, but if you want to go back to the original dataset order, you can't do that. While there is a long way to do this (by adding a column with serial number and sorting it to restore to the original order), it's better to just filter the data and delete empty rows.
- You need to sort data Z → A and not A → Z. If you sort the data A → Z, your data headers might also get sorted you end up somewhere in the middle or end of the dataset
Using an Add-on
While the above two methods don't take a lot of time and are easy to do, if you need a more hands-off approach, you can use some Google Sheets add-ons to get this done.
An add-on is a code that someone has already created with a specific purpose (to delete blank rows in our example). So all you need to do is install this add-on, and whenever you want to delete empty rows, just use the add-on (which usually provides an easy interface to get the work done – more like a click of a button).
Below are the steps to install an add-on that remove empty rows in Google Sheets:
- Click the Add-ons option in the menu.
- Click on Get add-ons…
- In the dialog box that opens, enter 'delete empty rows' in the search field on the top-right and hit Enter. This will show you a list of add-ons in Google Sheets that are related to your search query.
- Click on the 'FREE' button for the 'Remove Blank Rows (and more!)' add-on. You can try out others as well, but in this tutorial, I will be using this add-on
- Google Sheets may ask you to sign in. Use your Google account to do this.
- It may also ask you to allow this add-on to access your account. This is fairly standard and this is a safe-to-use add-on. Click on Allow
Once you do all these steps, this will add the add-on to remove empty rows/columns in your Google Sheets.
Below are the steps to use this add-on to remove empty sets from your dataset:
- Select the entire dataset
- Click on Add-on option in the menu
- Hover the cursor over 'Remove Blank Rows (and more!)' option
- Click on 'Delete/Hide blank rows/columns' option
- In the 'Remove Blank Rows' pane that opens, ensure "All row cells must be blank" is selected (reason covered a few paragraphs below)
- In 'More options', make sure 'Remove Blank Rows' is selected
- Click Delete
Based on your dataset, it may take a few seconds to remove all the blank rows.
Note: The reason asked you to make sure "All row cells must be blank" is selected as there is a possibility that you have some data in the same row, but that data is not part of your dataset. This option ensures that only those rows are deleted that are completely empty (not just in the dataset but in the entire worksheet).
When you add an add-on in Google Sheets, it becomes available for use in all the other Google Sheets document that you use. This is account dependent, so any Google Sheets you create or work on with the same account that you used to add the add-on, you will be able to use the add-on. This is a huge time saver.
How to delete empty columns in Google Sheets?
Unfortunately, there is no easy way to delete empty columns in Google Sheets.
Both filtering the data and sorting the data method works for rows, but you can not do it for columns.
The only option you're left with is to use an add-on.
The 'Remove Blank Rows (and more!)' the add-on allows you to delete empty columns, but it does this for the entire dataset and not just selected dataset.
If the add-on doesn't work for you, you can also consider creating your own Google App Script that loops through cells in the dataset and deletes columns in the data set only.
You may also like the following Google Sheets tutorials:
- How to Indent Text in Google Sheets
- How to Transpose Data in Google Sheets
- How to Filter By Color in Google Sheets
- How to Color Alternate Rows in Google Sheets
- How to Insert Multiple Rows in Google Sheets
- How to Hide Columns in Google Sheets
- How To Remove Duplicates In Google Sheets
- How to Unhide Rows in Google Sheets
- How To Delete Multiple Sheets In Google Sheets
Related posts:
how to delete columns in google sheets
Source: https://spreadsheetpoint.com/delete-empty-rows-google-sheets/
Posted by: dillinghaminci1989.blogspot.com
0 Response to "how to delete columns in google sheets"
Post a Comment