If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > Link a table to another table?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-09, 16:27
mebellus mebellus is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
Question Link a table to another table?

Greetings-

I have to link a table to another table. I created a detailed budget, using three sheets. Sadly, when I add another expense, I have to update it in all three sheets, when it would be awesome to just have a master. I'm using Excel 2007.
Reply With Quote
  #2 (permalink)  
Old 06-10-09, 10:13
Ax238 Ax238 is offline
Registered User
 
Join Date: May 2009
Posts: 257
In order to achieve this, you will want to use a formula in the individual sheets that references the expense cell(s) in sheet1.

The formula in the individual sheets would be something like this:
Code:
=sheet1!A2
Replace sheet1 with the reference sheet name and "A2" with the cell reference that you want to be applied to the other sheets.

Regards,

Ax
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On