Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (2024)

Most Excel users, including many advanced Excel users, have no idea what the R1C1 and A1 notation means in Excel.

In almost all of the situations, you don’t need to know what this is, and the default settings in Excel would be enough for you.

But since you are here reading this article, I’m assuming that you either have a need to know what is the difference between the R1C1 and A1 reference notations, or you’re naturally curious.

In this article, I will tell you everything you need to know about R1C1 and A1 reference notation in Excel, and the Pros and Cons of each.

So, let’s get to it!

This Tutorial Covers:

What is A1 Reference Style in Excel?

The A1 reference style is the default reference style notation in Excel, and if you have used Excel even for a few hours, I’m assuming you have already used it.

In layman’s terms, a reference style is a style you use to refer to the cells in Excel.

When using the A1 reference style, you would refer to any sale by first specifying the column alphabet/letter for that cell, followed by the row number for that cell.

For example, if you want to refer to the top-left cell in a worksheet in Excel, you would use A1 – where A tells us that it’s in column A, and 1 tells us that it’s in the first row.

As I mentioned, A1 is the default reference style notation in Excel. so if you enter and equal to sign in a cell in the worksheet, and then select any cell, you would automatically see the reference of that cell appear in the active cell.

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (2)

What is R1C1 Reference Style in Excel?

R1C1 is the other type of reference style that you can use in Excel.

Here, R refers to the Row and C refers to the column, so R1C1 would refer to the cell in the first row and first column.

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (3)

Similarly, R2C3 would refer to the cell in the second row and third column.

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (4)

This is also known as the Relative Notation as the cell reference uses a row number and column number that tells you the relative position of that reference from the active cell.

For example, if I am in the top left in the worksheet (which is cell A1 or R1C1), and I want to refer to cell D5, then in R1C1 notation, the reference would be R5C4 (as D5 would be the cell in the fifth row and fourth column)

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (5)

Just like the A1 notation, where you have absolute and relative references, you can also have these in the R1C1 notation.

Relative References in R1C1 Reference Style

Before I talk about the absolute cell reference in R1C1 notation, let me first talk about the relative reference.

If I’m in cell A1 (the top-left cell in the worksheet), and I want to refer to cell D5, below is the relative R1C1 reference I would have to use:

=R[4]C[3]

The above notation indicates that from the active cell I need to refer to the cell which is 4 rows below the active cell and 3 columns to the right of the active cell.

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (6)

So if I am using this formula in cell A1, then this would refer to cell D5.

And the reason why we call this a relative reference is to use the same formula in cell A2, then it would refer to cell D6 (which is again 5 rows below and 4 columns to the right).

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (7)

In a nutshell, the number in the square bracket is the offset value to consider. So R[5] means that we need to offset the row number by 5 and consider the row number that is five rows below the active cell, and similarly, for the column, C[4] offsets the column number by 4 so we need to refer to the column number that is four columns to the right.

One useful feature of using the R1C1 relative reference notation is that you can also use negative numbers in these square brackets.

So if you use =R[-1]C[-1], it would refer to the cell one row above and one column to the left.

Absolute References in R1C1 Reference Style

Absolute reference in the R1C1 notation is quite straightforward.

You don’t use the square brackets in the absolute reference, and the reference you specify is the one that is actually used (so there is no offsetting).

For example, if I need to refer to cell D5, I will use R5C4.

Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (8)

No matter where in my worksheet I use this reference R5C4, it would always refer to cell D5.

Hence it’s called absolute (as it doesn’t change).

Unlike relative references, you cannot use negative numbers in Absolute Reference. You also can not use 0. The number should always be a positive whole number.

Also read: Absolute, Relative, and Mixed Cell References in Excel

How to Switch from A1 to R1C1 Notation (or R1C1 to A1)?

As I mentioned, by default Excel has the A1 reference style enabled. but you can easily switch between the two reference styles with a few clicks.

Below are the steps to switch from the A1 reference style to the R1C1 reference style:

  1. Click the File tab in the ribbon
  2. Click on Options.
  3. In the Excel Options dialog box, click on Formulas
Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (9)
  1. Within the ‘Working with Formulas’ section, check the ‘R1C1 reference style’ option
Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (10)
  1. Click Ok

The above steps would enable the R1C1 reference notation. in case you already have some formulas in the worksheet, you’ll notice that the reference style would now be shown in the R1C1 format.

Similarly, if you want to switch the reference style back to A1, follow the same steps and uncheck the ‘R1C1 reference style’ option in Step 4.

When you change the reference style from A1 to R1C1, you will notice that the row and column headers now both show numbers (while earlier the column headers had letters)

A1 vs R1C1 Notation Comparison

Below I have a table where I have compared the two reference styles notations:

Formula in CellA1 Reference StyleR1C1 Reference Style
A1=A2=R[1]C
A1=$A$2=R2C1
A3=A1+A2=R[-2]C+R[-1]C
A3=$A$1+$A$2=R1C1+R2C1
A4=SUM(A1:A3)=SUM(R[-4]C:R[-2]C)

Which Reference Style Should You Be Using?

Unless you have a reason to use the R1C1 reference style notation, I would recommend sticking to the default A1 reference style.

A1 style it’s easier to use, And since almost all the Excel users use it, it makes it easier for you to share your work with other people.

One instance where you may want to use the R1C1 notation is when you want to debug formulas and identify errors.

But it’s still a good idea to understand how both these notations work. While you may not have much use of the R1C1 notation in the worksheet, an understanding of how these work can be useful if you work often with VBA coding.

I hope you found this excel tutorial useful.

Other excel tutorials you may also like:

  • How to Find Circular Reference in Excel
  • How to Reference Another Sheet or Workbook in Excel (with Examples)
  • #REF! Error in Excel – How to Fix the Reference Error!
  • How to Copy and Paste Formulas in Excel without Changing Cell References
  • How to Find External Links and References in Excel
  • How to Return Cell Address Instead of Value in Excel
Using A1 or R1C1 Reference Notation in Excel (& How to Change These) (2024)

FAQs

Using A1 or R1C1 Reference Notation in Excel (& How to Change These)? ›

Use the function in VBA code with a calling sequence like: NewAddress=R1C1converter(oldAddress,xlR1C1,Range("G5")) 'Converts oldAddress from A1 to R1C1 relative to cell G5. NewAddress=R1C1converter(oldAddress) 'Converts oldAddress from R1C1 to A1.

How do I change R1C1 to A1 in Excel? ›

How to switch between R1C1 Reference Style and A1 Reference Style
  1. Go to the “File” tab.
  2. Select “Options” at the bottom.
  3. In the Excel Options dialog box, go to the “Formulas” category.
  4. Under the “Working with formulas” section, check or uncheck the “R1C1 reference style” option.
  5. Click “o*k” to apply the changes.

How do I change reference notation in Excel? ›

To change the type of cell reference:
  1. Select the cell that contains the formula.
  2. In the formula bar. , select the reference that you want to change.
  3. Press F4 to switch between the reference types.

How to remove R1C1 reference style in Excel? ›

To change this behavior, follow these steps:
  1. Start Microsoft Excel.
  2. On the Tools menu, click Options.
  3. Click the Formulas tab.
  4. Under Working with formulas, click to clear the R1C1 reference style check box (upper-left corner), and then click OK.
Jun 6, 2024

How do I convert R1C1 to A1 in VBA? ›

Use the function in VBA code with a calling sequence like: NewAddress=R1C1converter(oldAddress,xlR1C1,Range("G5")) 'Converts oldAddress from A1 to R1C1 relative to cell G5. NewAddress=R1C1converter(oldAddress) 'Converts oldAddress from R1C1 to A1.

How do I turn on R1C1? ›

Click the Excel menu and select Preferences. In the Calculation pane, you should see a check box "Use R1C1 reference style".

How do you convert to R1C1 format? ›

Switching to R1C1 Notation

You can switch your cell references to the R1C1 notation from the Excel Options dialog box. Select the Formulas tab and scroll down to the "Working with formulas" heading. Select the "R1C1 reference style" checkbox. Changing to R1C1 notation will not change the formulas.

How do I permanently disable R1C1? ›

To turn off the R1C1 reference style:
  1. Click the File tab to access Backstage view.
  2. Click Options.
  3. The Excel Options dialog box will appear. Click Formulas on the left side of the dialog box.
  4. Uncheck the box next to R1C1 reference style, then click OK. Excel will now use the A1 reference style.

How do I remove a reference in Excel? ›

Right-click the cell with the reference. Choose 'Clear Contents' from the context menu to erase the reference.

What is the shortcut for R1C1 reference style in Excel? ›

Thus, for R1C1 reference style, ALT+T,O,Down,Alt+R. Instead of Down key, pressing F also works when shifting to [Formulas] submenu in the [Excel Options] window. Thus, ALT+F,T,F,Alt+R or, ALT+T,O,F,Alt+R.

How do you convert address to R1C1 in Excel? ›

Note: To change the reference style that Excel uses, click the File tab, click Options, and then click Formulas. Under Working with formulas, select or clear the R1C1 reference style check box.

What is the R1C1 notation in Excel VBA? ›

In some circ*mstances, it makes more sense to use R1C1-style notation, which identifies the entire Excel grid by number. This becomes particularly useful when you need to perform some arithmetic on the column and row placement, such as moving down two rows and left one column.

Why is Excel showing R1C1? ›

What is R1C1 Reference Style in Excel? R1C1 is the other type of reference style that you can use in Excel. Here, R refers to the Row and C refers to the column, so R1C1 would refer to the cell in the first row and first column. Similarly, R2C3 would refer to the cell in the second row and third column.

How do I get to A1 in Excel? ›

What is the shortcut key of getting to cell A1 in a spreadsheet?
  1. Ctrl + Home.
  2. Alt + Home.
  3. Home.
  4. Shift + Home.
Mar 21, 2022

How to change row numbers to alphabets in Excel? ›

On the Excel menu, click Preferences. Clear the Use R1C1 reference style check box. The column headings now show A, B, and C, instead of 1, 2, 3, and so on.

What is the keyboard shortcut to change the active cell to A1 in Excel? ›

If the cursor is in the formula bar, Ctrl+End moves the cursor to the end of the text. Ctrl+Enter Fills the selected cell range with the current entry. Ctrl+Home Moves to Cell A1.

Top Articles
Latest Posts
Article information

Author: Delena Feil

Last Updated:

Views: 5795

Rating: 4.4 / 5 (45 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Delena Feil

Birthday: 1998-08-29

Address: 747 Lubowitz Run, Sidmouth, HI 90646-5543

Phone: +99513241752844

Job: Design Supervisor

Hobby: Digital arts, Lacemaking, Air sports, Running, Scouting, Shooting, Puzzles

Introduction: My name is Delena Feil, I am a clean, splendid, calm, fancy, jolly, bright, faithful person who loves writing and wants to share my knowledge and understanding with you.