Forum Discussion
Tracking Profit
- Mar 11, 2021
Let's say you create a new worksheet in the same workbook and name it Rates.
In A1, enter Employee and in B1, enter Hourly Rate.
In A2, A3 etc., enter the names of the employees (Jonathan etc.).
In B2, B3 etc., enter the corresponding hourly rates.
Go back to the profit sheet.
Enter the following formula in T2:
=J2-I2*IFERROR(VLOOKUP(P2, Rates!$A$2:$B$1000, 2, FALSE), 0)
If you want to take multiple crew members into account, please provide more detailed information about the setup.
Where is Jonathan's hourly rate stored?
- KristenHansonMar 11, 2021Copper ContributorI dont have it stored anywhere right now, but I could create another spreadsheet that has each crew person's hourly rate.
- KristenHansonMar 11, 2021Copper ContributorCan it pull from another spreadsheet within the same workbook?
What if there's multiple crew members on the same job?- HansVogelaarMar 11, 2021MVP
Let's say you create a new worksheet in the same workbook and name it Rates.
In A1, enter Employee and in B1, enter Hourly Rate.
In A2, A3 etc., enter the names of the employees (Jonathan etc.).
In B2, B3 etc., enter the corresponding hourly rates.
Go back to the profit sheet.
Enter the following formula in T2:
=J2-I2*IFERROR(VLOOKUP(P2, Rates!$A$2:$B$1000, 2, FALSE), 0)
If you want to take multiple crew members into account, please provide more detailed information about the setup.