Item 1:
Assuming the data in the manager's sheets does not get cleared out, then this macro will add and maintain the status of each row (imported or not) in column BD. It will import each sheet sequentially to the Cumulative database.
ITEMS 2-4:
List the supervisors in column A. Then insert and copy down the following formulas:
In B2:
=SUMPRODUCT(--(Cumulative!$B$2:$B$20000=$A2),--(INT(Cumulative!$C$2:$C$20000)=TODAY()-1))
In C2: (assuming Monday is the first day of the week)
=SUMPRODUCT(--(Cumulative!$B$2:$B$20000=$A2),--(Cumulative!$C$2:$C$20000>=TODAY()-MOD(TODAY()-2,7)))
In D2:
=SUMPRODUCT(--(Cumulative!$B$2:$B$20000=$A2),--(YEAR(Cumulative!$C$2:$C$20000)=YEAR(TODAY())))
Bookmarks