Formula to reference cell on another worksheet

joeyhl

New Member
Joined
Mar 17, 2015
Messages
33
Hi guys,

I hope you could extend a little help. I've got two sheets in my workbook and what I want to do is to automate the "sheet1" upon encoding the data in "sheet2". However "sheet 1" is somehow formatted as follows:

screenshot1.png


Encircled in red is the data I intend to encode in "sheet2" in the following manner:

screenshot2.png


Under "sheet1", C4 should contain data from "sheet2" A2, "sheet1" E4, should contain data from "sheet2" B2, "sheet1" F4 will get data from "sheet2" C2, and "sheet1" N4 will get data from "sheet2" N4.

Thank you in advance.
 
Last edited by a moderator:

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Re: Help please anyone :)

if you want Sheet 1 (C4) to have the data from sheet 2(A2), then simply type the below formula in C4 of Sheet 1
=Sheet2!A2

Similarly you can do it for other cells too
 
Upvote 0
Re: Help please anyone :)

You can also do it like this:
Click on Sheet1 (C4) and enter =
then click on Sheet2 (A2) and press enter key.
The formulas will now be in the cell
 
Upvote 0

Forum statistics

Threads
1,221,475
Messages
6,160,055
Members
451,615
Latest member
soroosh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top