I have a payroll spreadsheet with each pay period recorded in a separate worksheet. I now have to find a way to calculate YE totals to calculate annual salaries, days absent, and calculate annual bonuses.
I have a payroll spreadsheet with each pay period recorded in a separate worksheet. I now have to find a way to calculate YE totals to calculate annual salaries, days absent, and calculate annual bonuses.
If you're just trying to get the YTD, or YE totals, you can just SUM all the cells with the specific data you're looking for.
Formula:
Please Login or Register to view this content.
This formula would return the YTD salary on your sheet.
A slightly shorter version perhaps...
=sum('week 1:week 3'!D2)
You can get this by...
1. enter =sum(
2. click on D2 in week 1
3. hold down the SHIFT
4. press enter
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Excellent. This is perfect. Thanks.
Is there a way to use this worksheet range to select all employee names(Column A) from "week 1" to "week 3". I can then sort this list and remove duplicates to build list that includes all staff that have worked any pay periods for the year
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks