Help!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to link the information you type in one Worksheet to another
worksheet.
Have individual worksheets for employees sick time, vacation time, etc. Is
there a way to create a summary sheet of all employees so that when a new
value is entered on an individual sheet, then it automatically shows up on
the summary sheet ??? Any help would be greatly appreciated.

Brad
 
Bradley,

it's very easy to do this.
In your summary sheet, simply use a formula to link back to th
original worksheets.

eg In sheet1 you have a value of 1 in cell A1, 2 in cell A2

To total these in the summary sheet enter the formula
=Sheet1!A1+Sheet1!A2

Entering such formulae is also very simple.
When you are in the summary sheet, put in an = sign, then switch to th
other sheet(s) and place mouse over required cells. Then hit enter
 
Bradley,

Yes, it is possible to link information from one worksheet to another.

For example, starting on Sheet1 cell A1, type

the equals sign, =, then
click the the tab called Sheet2, then
click cell B5 on Sheet2, then
hit Enter.

Assuming nothing was in cell B5 of Sheet2, then you should be seeing a
zero in cell A1 of Sheet1. Go to Sheet2 cell B5 and enter a number, say 5,
then check Sheet1 cell A1. It should also show a 5.

The second part of your question is perhaps more complex. For example,
do you want only totals for each employee to carry over, or do you want each
detail to carry over to the summary page?

There are things like auto filtering a consolidated list that come to
mind as possible solutions to your problem, but from the first question it
seems that you may need more experience with Excel to have that be feasible
for you.
 
I guess I'm looking to summarize the columns in the individual worksheets.
So for example, in Sheet 1, we have a column with title "Vacation Time", and
in the summary sheet, we have a column with title "Cumulative Vacation Time.
Can we keep adding values to the cells in "Vacation Time", and the new sum of
these values automatically be entered into the cell under "Cumulative
Vacation Time". I hope this makes sense. Thanks for your help Roland.

Brad.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top