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 > managing a payroll

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-01-09, 07:01
dinvins dinvins is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
Red face managing a payroll

Hi, I created a payroll in the excel sheet called sheet1. It contains the entire list of all the employees. Now I am creating individual sheets for everyone in the same workbook. Is there any option if I change the salary details and the allowances in sheet1, it should also reflect in the respective sheets automatically? Your help and opinions are most welcome
Reply With Quote
  #2 (permalink)  
Old 06-01-09, 09:45
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 salary details and the allowances cell(s) in sheet1.

The formula in the individual sheets would be something like this:
Code:
=sheet1!A2
Replace "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