Connecting Worksheets

  • Thread starter Thread starter czbacnik
  • Start date Start date
C

czbacnik

Hello!

I have an excel document that calculates vacation hours. Each pay
period, employees accumulate (how much depends on how long they have
been employed here) their: Earned hours, Used hours, and finally Total
hours left. The worksheet is set up:

4/20/06 4/20/06 4/20/06 5/5/06 5/5/06
5/5/06
Earned Used Total Earned Used
Total
Name
Name
Name

Employees would like another excel sheet to show them thier current
Total. (It doesn't matter if all employees are on the same sheet) I am
wondering how on another sheet I can ensure that it always shows the
current total (not from previous pay periods). I know how to connect
worksheets, but what formula do I use to show the most current data?

Any suggestions would be very much appreciated :)

Thanks,

Carla
 
Carla

You could set up a simple macro linked to the sheet_activate event of
your second sheet which programatically pulled the most recent data
across.
 

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

Similar Threads

Counting & Matching Text 2
criteria applies to a range of dates. 3
adding the total hours worked in 5 weeks 2
Subtotals 1
SUMIF 3
vlookup 1
Lookup on worksheet 1
Pivot running total % 8

Back
Top