4 Ways to Read Value from Another Cell (Excel 2021)

Reading a value from another cell is one of the most basic things you can do in Excel. You can read the value from the same sheet or from another sheet. Heck, you can even create a shape object and have it read from another cell or from another sheet too! Curious? Here’s how!

Method 1 – Read a value from one cell to another in the same sheet (most basic!)

In this example, we want to read the total hours John has worked in a week, i.e., 204 from cell D7 into cell B1.

read_value_from_cell1

Select cell B1, enter the equal sign = and click cell D7.

read_value_from_cell2

Hit the Enter button and voila, there it is!

read_value_from_cell3

Method 2 – Read a value from another sheet in the same file

Let’s say we want to read the total sales figure from the sheet “Jan” into the sheet “Summary”.

read_value_from_cell4

In the “Jan” sheet, the total sales figure is in the cell B8.

read_value_from_cell5

Go to the “Summary” sheet. In the cell B1, enter the equal sign =, click the “Jan” sheet, click cell B8 and hit the Enter button.

read_value_from_cell6
read_value_from_cell7

And there you have it!

read_value_from_cell8

You just need to format the cell B1 as a currency and it’ll show $3,035.00.

Method 3 – Create a shape object and read the value from the same sheet

Now this is a little interesting. We’re going to use (any) shape to read the value from a cell. In this example, we’ll draw a rectangle shape next to the data.

read_value_from_cell9

A shape is not a cell, so if you type the equal sign and click cell B5, it wouldn’t work.

Now, click the shape. You’ll notice the Name Box shows you the shape name instead of a cell name.

read_value_from_cell10

In the Formula Bar, type =B5 and hit Enter. That’s it!

read_value_from_cell11

You can format the shape to increase or decrease the font size or align it to the center.

Method 4 – Create a shape object and read the value from another sheet in the same file

Let’s use the same sheets and scenario from Method 2. We want to read the total sales figure from the sheet “Jan” into the sheet “Summary” where the rectangle shape is in the sheet “Summary”.

Click the shape. In the Formula Bar, type =, and click the “Jan” sheet, click cell B8 and hit the Enter button. You can also directly type the formula =Jan!B8 into the Formula Bar and hit Enter. And that’s it!

read_value_from_cell12

Sharing is caring!

About perrinator

I wear many hats - blogger, writer, freelancer, gamer, traveler, baker, white-collar slave - I strive to offer valuable insights by sharing real-life examples of work-related challenges and how to address them. So, join me on this journey of learning and growth together!

View all posts by perrinator →

Leave a Reply

Your email address will not be published. Required fields are marked *