Giving a name to your columns can be quite useful if you want to use these in the formulas.
Instead of using the column alphabet in the formula, you can instead use a better name that’s more descriptive.
For example, instead of using =SUM(C:C), you can use =SUM(sales)
And you don’t even need to remember what column has the sales data. Once you have renamed the column to anything descriptive, you can then use this new given name in formulas.
In this tutorial, I will show you how to rename columns in Google Sheets.
Table of Contents
Rename Columns To Use in Formulas
Suppose you have a dataset as shown below and you want to rename column C to Sales.
Below are the steps to do this:
- Click the Data option
- Click on Named Range. This will open the ‘Named ranges’ pane on the right
- Click on the ‘Add a range’ option
- Enter the name you want to give the column (“Sales” in this example)
- Make sure the column range is correct. In case it isn’t, you can change it here
- Click on Done
The above steps would assign the name Sales to Column C.
Now I can use the below formula and it will give me the sum of all the sales values in column C.
Keep Column Headers Visible When Scrolling Down
Another reason you may want to rename a column in Google Sheets is to make sure that the column header remains visible when you scroll down the sheet.
Unfortunately, this can not be done in Google Sheets, but there is a workaround.
You can freeze the top row that has the header. This way, the header will always be visible when you scroll down.
Here are the steps to do this:
- Enter the column header in the top-most cell of the column. In our example, we already have the headers
- Click the View tab
- Hover the cursor over the Freeze option
- Click on the ‘1 Row’ option
The above steps would make sure that the column header always remains visible when you scroll down.
As I said, this is not exactly renaming the column (as we have to enter the column header manually in the top row), it still achieves the desired result.
So these are two methods you can use to rename columns in Google Sheets.
I hope you found this tutorial useful!
Other Google Sheets tutorials you may also like: