Make a cell value depend on another Worksheet's cell value

MariPip

New Member
Joined
Jul 16, 2014
Messages
29
So I know this is a really basic thing, but I'm kind of lost..
I have a worksheet named CAPA, and another named comp.norm.
I need for cell D2 from comp.norm. to always have the same value of CAPA's cell C3, which will be changed constantly..
thanks for any help!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
MariPip,

In D2 of comp.norm Type = then select sheet CAPA and it's cell C3 then hit return and you should see...

=CAPA!C3 in cellD2

You could of course just type =CAPA!C3 directly into D2 if you remember that the sheet name needs to be followed by an exclamation point !

If by chance the sheet name contains spaces e.g. CA PA then you would need the sheet name enclosed by single quote marks as in..

='CA PA'!C3

Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,223,721
Messages
6,174,096
Members
452,542
Latest member
Bricklin

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