Linking Excel Spreadsheets

Najam

New Member
Joined
Oct 16, 2006
Messages
1
Hi all.

Hope you are well.

I need help linking two spreadsheets in Excel 2003 so that changes made on one spreadsheet are automatically updated on the corresponding spreadsheet.

Do i need to insert some complex formulas?

Would appreciate any help.




Best regards,



Najam
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
place formula in sheet 1 cell A1 as = sheet2!d6
any change you make in cell D6 will be reflected in cell A1

I donot know if excel 2003 has any different format.
Ravi
 
Upvote 0
to link cells, just type an = sign and then click on the tab you want it linked and the cell. Resulting formula should look like this for linking Sheet 2 A1 to sheet 1 A1

Code:
=Sheet1!A1
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

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