I am looking to create 2 Reports from one Sheet that contains employee time off requests. The Sheet contains 13 columns, but for simplicity, the relevant fields are as follows:
Employee Name
Division
Start Date
End Date
PTO Used (# of hours)
Approved?
I would like to have one report for the managers to show Name, Division, Start, End, and Approved. I want it to color code by Division so each manager has a view of all divisions but can pick theirs out at a glance. Also it would be viewed in Calendar View with each entry titled in the format of "Name - Division". Unapproved requests would be filtered out of this report.
The second report would be for payroll to show Name, Start, End, PTO, Approved. This should be color coded by the Approved column so they can focus on the approved requests normally, but still have visibility of the unapproved requests in case employees are asking why PTO wasn't used. This would also be viewed in Calendar View with each entry titled in the format of "Name - PTO Used".
I already know how to set up a calendar view to show each request as a time range using the Start and End fields. And in a Sheet, I know how to do conditional formatting and how to create formulas to combine data from two columns into one phrase. I've read that I'll probably need to create formula columns in the original Sheet to create the names I want to see, but I'm new to Reports so I can't figure out how to use those columns as the Primary for the Report or apply conditional formatting.