Search : in
By :

Linking cells within Excel

Last answer on Apr 24, 2009 4:53:27 am BST Keith, on Apr 24, 2009 1:58:18 am BST 
 Report this message to moderators

Hello,
How do I change one cell in a worksheet one and have it update the other worksheets at the same time within the same Excel file.

Keith

Configuration: Windows XP
Internet Explorer 7.0

Best answers for « Linking cells within Excel » in :
Repainting a cell using excel VBA ShowRepainting a cell using excel VBA Issue Solution Note Issue I am writing a code in excel VBA to generate a report.I am totally new to VBA.Here's my code Private Sub CommandButton1_Click() Dim a1 As Integer Dim d1 As Integer Dim...
Inserting an Hyperlink in an Excel Worksheet ShowCreating an Hyperlink in an Excel Worksheet Introduction Implementation Linking to a Website Linking to a document Linking to another cell in the spreadsheet Notes Introduction Excel supports the use of hyperlinks and it is a very...
Excel tips : How to insert date in a cell ShowExcel tips : How to insert date in a cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press CTRL ¯+ ;¯ in the chosen cell. To insert current time, press CTRL¯+...
Worksheet - Cells ShowThe Concept of a Cell A "cell" is the intersection between a line (horizontal) and a column (vertical) on a worksheet. Thus, the name of the line combined with the name of the column gives the cell's coordinates (the term address is sometimes also...

1

 mubashir aziz, on Apr 24, 2009 4:53:27 am BST
  • +7

Suppose you have Cell A2 in Sheet1 now go in Sheet2 , Cell A2 just put =Sheet1!A2
When ever you will change in value in A2 cell of sheet1 your A2 of sheet2 will change automatically ...

Reply to mubashir aziz