So here is my dilemma...
I have a spreadsheet for payroll. It consists of 3 contracts - 1 spreadsheet for each contract.
Each tap is labeled
- 7198
- 7202
- 18224
I am working on tap 4 now and making a "Tally" sheet. The tally sheet looks like this
Name | 7198 | 7202 | 18224 | Total Hours | Overtime Hours
What I am trying to do is this - I want the tally sheet to auto populate when I fill in the other spreadsheets. The easy part I was able to accomplish.
Ex.
Name______ | 7198 | 7202 | 18224 | Total Hours | Overtime Hours
Drewboy22__|__0__|_40__|______|____40____|_____0__ ____
To come up with the value for my contract (40 hours) I used "=7202!I6" and an easy "if, then" statement for the OT hours "=IF(E3>40,(E3-40)," ")"
Now lets say I worked some overtime on contract 7198. I would go to the contract tab 7198 and fill in the hours I worked by filling in the next available slot with my info.
How do I get that info to auto populate into the cell above for contract 7198. I tried this formula and it didnt work
=if((7198!A15=Harris, Andrew),=7198!I15," ")
A15 being the cell with the employees name in it and I15 being the cell with the total weekly hours for that employee on that contract.
Anyone knwo what I am doing wrong?
Thanks
I have a spreadsheet for payroll. It consists of 3 contracts - 1 spreadsheet for each contract.
Each tap is labeled
- 7198
- 7202
- 18224
I am working on tap 4 now and making a "Tally" sheet. The tally sheet looks like this
Name | 7198 | 7202 | 18224 | Total Hours | Overtime Hours
What I am trying to do is this - I want the tally sheet to auto populate when I fill in the other spreadsheets. The easy part I was able to accomplish.
Ex.
Name______ | 7198 | 7202 | 18224 | Total Hours | Overtime Hours
Drewboy22__|__0__|_40__|______|____40____|_____0__ ____
To come up with the value for my contract (40 hours) I used "=7202!I6" and an easy "if, then" statement for the OT hours "=IF(E3>40,(E3-40)," ")"
Now lets say I worked some overtime on contract 7198. I would go to the contract tab 7198 and fill in the hours I worked by filling in the next available slot with my info.
How do I get that info to auto populate into the cell above for contract 7198. I tried this formula and it didnt work

=if((7198!A15=Harris, Andrew),=7198!I15," ")
A15 being the cell with the employees name in it and I15 being the cell with the total weekly hours for that employee on that contract.
Anyone knwo what I am doing wrong?
Thanks
Comment