My company has an accounting software which spits out ugly reports. Traditionally, they have been exporting the raw data and then formatting everything manually. This particular report is listing payroll information where column A lists the employee, column B lists the project, column C lists the hours that were worked by that person on that project (there are a few other columns which list other information for that record, but you get the idea). The raw data is output with one header row at the top of all of the data. The company wants there to be essentially three rows in between each employee. A line for totals, a blank line that's filled with black (to mark the end of the employees record), and a line for the header row before the start of the next employee.
How on earth can I make it so that I can import the raw data and get the rows to generate between each employee without having to do it manually copy/paste? I thought about having the raw data on another tab and having a set of lookup functions in a formatted tab which would pull the info in, but each person has several different project lines they put time into. It can also change how many projects they are working on from pay period to pay period. Everyone has varying amounts of projects they are working on (some people have one and others have five).
Any advice or just generally pointing me in a direction would be helpful and much appreciated! TIA
How on earth can I make it so that I can import the raw data and get the rows to generate between each employee without having to do it manually copy/paste? I thought about having the raw data on another tab and having a set of lookup functions in a formatted tab which would pull the info in, but each person has several different project lines they put time into. It can also change how many projects they are working on from pay period to pay period. Everyone has varying amounts of projects they are working on (some people have one and others have five).
Any advice or just generally pointing me in a direction would be helpful and much appreciated! TIA