[Solved] Payroll for Independent Contractors

Discuss the spreadsheet application
Locked
falcon8r
Posts: 12
Joined: Wed Feb 06, 2013 8:19 am

[Solved] Payroll for Independent Contractors

Post by falcon8r »

Hello. I'm helping my father get things streamlined for his delivery business. He is currently using about a dozen Calc spreadsheets to accomplish this and copying and pasting back and forth between them multiple times. In order to streamline things and reduce errors, I'd like to setup a Workbook where he pastes in the info from a report in his bookkeeping software into the "Master" sheet which then copies portions of the data specific to each driver onto separate sheets.

Please see the attached sample file. Ideally he would paste in the data starting at Master.A63 and then the Summary section above would be autofilled along with each of the separate driver pages. Then all he would need to do is goto each Driver tab and Save as PDF to email each driver's page to that driver for them to review and let him know if anything is missing. **Please ignore the additional Driver IDs listed in the Summary section of the Master page. I can create new sheets for additional drivers once I have at least one driver page with needed formulas.

Please let me know if additional information is needed to help me with this issue. I have tried using VLookup with the DriverID at the beginning, but that either only finds the first delivery for each driver to place on the driver page or I end up with runs listed on lower and lower lines for each successive driver. When he sends the report to each driver, he wants to have that driver's runs start just below the headers on their page.
Attachments
WeeklyContractorData.ods
Example File
(21.34 KiB) Downloaded 77 times
Last edited by falcon8r on Sat Jul 23, 2022 6:54 pm, edited 2 times in total.
User avatar
MrProgrammer
Moderator
Posts: 5258
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: Payroll for Independent Contractors

Post by MrProgrammer »

falcon8r wrote: Thu Jul 21, 2022 8:50 am I have tried using VLookup with the DriverID at the beginning, but that either only finds the first delivery for each driver to place on the driver page or I end up with runs listed on lower and lower lines for each successive driver.
You are trying to filter the data. The VLOOKUP function is not suitable for creating a filter. Calc provides several ways to filter data using Data → Filter.
Calc as a Simple Database

falcon8r wrote: Thu Jul 21, 2022 8:50 am Then all he would need to do is goto each Driver tab and Save as PDF
If you filter the data and export the sheet to PDF, only the rows which match the filter appear in the PDF. Then you can apply a different filter and create other PDFs.

falcon8r wrote: Thu Jul 21, 2022 8:50 am I'd like to setup a Workbook where he pastes in the info from a report in his bookkeeping software into the "Master" sheet which then copies portions of the data specific to each driver onto separate sheets.
Experience has shown it is better when using Calc to keep all related data (same set of attributes) in a single sheet. Splitting related data into multiple sheets makes it difficult to manage and analyze. It is possible to make copies of the data on separate sheets using the MATCH function, but most people find this to be difficult to understand. Data → Filter is much easier.
[Tutorial] Sorting and Filtering data with formulas

falcon8r wrote: Thu Jul 21, 2022 8:50 am I'm helping my father get things streamlined for his delivery business. … I'd like to setup a Workbook where he pastes in the info from a report in his bookkeeping software into the "Master" sheet which then copies portions of the data specific to each driver onto separate sheets.
A database will be a better tool than a spreadsheet for that project. You'll use a "form" to enter data, then use a "report" to display it in the desired layout.


If this solved your problem please go to your first post use the Edit button and add [Solved] to the start of the subject field. Select the green checkmark icon at the same time.
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7.5, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
falcon8r
Posts: 12
Joined: Wed Feb 06, 2013 8:19 am

Re: Payroll for Independent Contractors

Post by falcon8r »

Thank you for your responses. For my dad's uses, I believe you have given me the answer. Unless I am mistaken, his easiest/best answer is to just use an AutoFilter on the Driver column, select a driver, Export that driver's data to a PDF, then goto the next driver. Although each exported pdf won't have custom "Header info" showing that driver's name, I'm pretty sure this will work well.
Thank you again.
OOo 3.4.1 on Win 7 sp1
Locked