Hi,
I'm working to make a compiled or cumulative timesheet / PO tracker in which I've been allotted hours & budget & want to make sure I don't go over or be forewarned when I am nearing limits.
I'm looking to track these hours over multiple tables weekly & monthly between the specified PO dates or duration given (not specified through example table).
As you see through example table, I have several tables as follows:
1) Cumulative Timesheet / PO Tracker
-- Primary table to consolidate cumulative totals from Month-to-Month charged hours per project
Others - Month-to-Month charged hours per project
From Table 1 - Cell J10, I have the following that copied across & down for cumulative hours
=SUMPRODUCT(($J$31:$AN$87>=J$7)*($J$31:$AN$87<=J$8),$J34:$AN90)
Formula works well seems odd on how the back end of the formula changes from - Cell AC22:
=SUMPRODUCT(($J$31:$AN$87>=AC$7)*($J$31:$AN$87<=AC$8),$J40:$AN96)
...$J34:$AN90 to ...$J40:$AN96
Not critical to change but would prefer a more consistent function throughout the consolidated table.
=================
Main purpose of post & my questions:
In cells J27 through AC27, looking to consolidate weekly hours from the multiple monthly tables.
How can this be done?
Thanks
I'm working to make a compiled or cumulative timesheet / PO tracker in which I've been allotted hours & budget & want to make sure I don't go over or be forewarned when I am nearing limits.
I'm looking to track these hours over multiple tables weekly & monthly between the specified PO dates or duration given (not specified through example table).
As you see through example table, I have several tables as follows:
1) Cumulative Timesheet / PO Tracker
-- Primary table to consolidate cumulative totals from Month-to-Month charged hours per project
Others - Month-to-Month charged hours per project
From Table 1 - Cell J10, I have the following that copied across & down for cumulative hours
=SUMPRODUCT(($J$31:$AN$87>=J$7)*($J$31:$AN$87<=J$8),$J34:$AN90)
Formula works well seems odd on how the back end of the formula changes from - Cell AC22:
=SUMPRODUCT(($J$31:$AN$87>=AC$7)*($J$31:$AN$87<=AC$8),$J40:$AN96)
...$J34:$AN90 to ...$J40:$AN96
Not critical to change but would prefer a more consistent function throughout the consolidated table.
=================
Main purpose of post & my questions:
In cells J27 through AC27, looking to consolidate weekly hours from the multiple monthly tables.
How can this be done?
Thanks