How to automate a weekly employee timesheet in Excel using formulas to auto-populate the dates in the pay period, how to calculate time in and out including breaks, as well as how to accurately calculate overtime for hours worked over 40 in the work week. We will also create a macro to automatically create 52 weekly timesheets in a Workbook. This template will automatically update the pay period end date, and all days and dates in the pay period based on entering/updating the pay period start date. Also, simply enter base pay rate and all other totals will auto-calculate.
Check out my other videos on timesheets:
• How to Create Employee Timesheet Temp... - Create a Timesheet Template from Scratch
• How to Automate Bi-Weekly Timesheet T... - Automate a Bi-Weekly Timesheet
• How to Automate Semi-Monthly Employee... - Automate a Semi-Monthly Timesheet
Link to purchase the fully automated templates if you are interested in getting a jump start: https://www.etsy.com/listing/17450728...
TIMESTAMPS ⏰
00:00 Automate Weekly Timesheet in Excel
00:29 Auto-populate Dates in Excel
02:05 Format Time Calculations in Excel
03:44 Calculate Overtime in Excel
05:26 Auto Create Weekly Timesheets with Macros
VBA Code Used in this Video:
Sub CreateWeeklyTimesheets()
Dim ws As Worksheet
Dim i As Integer
Dim newSheet As Worksheet
Dim startDate As Date
' Set the starting date in Week 1's G3 cell
Set ws = ThisWorkbook.Sheets("Week 1")
startDate = ws.Range("G3").Value
' Loop to create Week 2 through Week 52
For i = 2 To 52
' Copy the Week 1 sheet
ws.Copy After:=ThisWorkbook.Sheets(ThisWorkbook.Sheets.Count)
' Rename the new sheet
Set newSheet = ThisWorkbook.Sheets(ThisWorkbook.Sheets.Count)
newSheet.Name = "Week " & i
' Update the start date in G3
newSheet.Range("G3").Value = startDate + (i - 1) * 7
Next i
MsgBox "52 weekly timesheets created successfully!"
End Sub
COURSE 🎒
Create Fillable Forms, Surveys & Questionnaires in Microsoft Word like a Pro: • Creating Fillable Forms in Microsoft ...
CHANNEL LINK 📺
/ @sharonsmith
Visit my Channel page on YouTube to see all my videos, playlists, community posts and more!
TEMPLATES 📄
Check out my helpful list of templates available for purchase: https://creatoriq.cc/43c51cv
Thank you for supporting my channel! 🌟
FREE DOWNLOADS ⬇️
✦ Visit https://mailchi.mp/6a0859ea0844/sharo... to sign-up for my e-mail list and get FREE downloads of super helpful spreadsheet formulas, dashboards and Org Chart templates for HR professionals.
CONNECT WITH ME 📎
Visit my website: https://www.sharonsmithhr.com for more information, tools and resources.
LinkedIn: / sharonsmithhr
Twitter: / sharonsmithhr
Instagram: / sharonsmithlearning
Facebook: / sharonsmithlearning
GEAR ⚙️
🎙 Blue Yeti USB Microphone: https://amzn.to/2W4SbzV (Great for recording professional sounding audio for your videos!)
🖱 Silent Mouse: https://amzn.to/3pxpc25 (This is a really cool mouse!)
🎥 Screen Recording Software: https://techsmith.z6rjha.net/NZG5b
📗 Green Screen: https://amzn.to/2DnHsY2
📸 Camera: https://amzn.to/39KvpQA
🔌 Live Stream Tool: https://amzn.to/2VFJyID (Turns your DSLR into a top notch webcam)
RESOURCES 📚
✏️ JotForm: https://www.jotform.com/pricing/?utm_...
🖥️ TechSmith Camtasia Screen Recording: https://techsmith.z6rjha.net/SharonSm...
Links included here are affiliate links. If you click on these links and make a purchase, I may earn a small commission at no additional cost to you. Thanks for supporting this channel!
SUPPORT THIS CHANNEL 🙌
Hit the "$Thanks" button on any video, or
Donate through my PayPal link: https://www.paypal.com/cgi-bin/webscr...
If you found this content helpful, please consider donating to my channel. Your donation, no matter what amount, is greatly appreciated and goes towards producing more content that enhances your productivity and elevates your skills.
You can also support my channel just by watching, liking, and sharing all my videos! Thank you so much! ❤️
PLAYLISTS 🎥
➤ Jotform Tutorials: • Jotform Tutorials
➤Creating Fillable Forms: • How To Create A Fillable Form In Micr...
➤PowerPoint Tutorials: • PowerPoint Tutorials
➤ Excel Tutorials: • Microsoft Excel Tutorials
➤ Excel Tips & Tricks: • Excel Tips & Tricks
➤ Word Tutorials: • Microsoft Word Tutorials