Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 09-24-2018, 10:57 PM
ArviLaanemets ArviLaanemets is offline Efficient alternative to repeatedly entering data manually in Excel Windows 8 Efficient alternative to repeatedly entering data manually in Excel Office 2016
Expert
 
Join Date: May 2017
Posts: 875
ArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud ofArviLaanemets has much to be proud of
Default

In general, you need:
1. A table where employees are listed (e.g. tblEmployees: EmployeeID, Forename, LastName, [FullName], UnitID, ...);
2. A table for employees or units payrates history (e.g. tblUnitPayrates: UnitID, Payrate, ValidFrom;
3. A payroll table (e.g. tblPayrolls: PayDate, EmployeeID, [UnitID], Payrate, ...)

FullName in tblEmployees is calculated from ForeName and LastName.

In tblPayrolls, you enter pay date for every employee and select employee ID's (or employees full names). Unit ID's (when you want to have them - it will be easier to calculate other columns when having Unit ID available) and payrates depending on pay date are calculated.

When you need e.g. unit name in payroll table too, then you need a table e.g. tUnits: UnitID, UnitName.

Btw, instead of selecting EmployeeID, you can select FullName (and calculate EmployeeID and/or UnitID, when you need them).

When employees may move from one unit to another sometimes, all goes more complex - you need a table for employee movements, and the unit info must be calculated depending on paydate.
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xcel xp closes when entering numeric data gkxcel Excel 5 07-01-2018 08:34 PM
Efficient alternative to repeatedly entering data manually in Excel Alternative to a data validation list? gebobs Excel 5 08-01-2016 12:28 PM
Efficient alternative to repeatedly entering data manually in Excel Data from excel to word? /alternative ways? slimhan Excel 1 11-17-2012 08:17 PM
Efficient alternative to repeatedly entering data manually in Excel Merge data repeatedly in a single document MathTeacherMelanie Mail Merge 10 11-13-2012 07:05 PM
Automatically entering/fill data in cells in Excel 2003 dipdog Excel 0 08-17-2006 08:37 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:15 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft