
Originally Posted by
ChemistB
I created this dynamic named range for the box data
Box =DATA!$A$2:INDEX(DATA!$A:$A, MATCH("zzz",DATA!$A:$A ))
Then for the others, I used OFFSET like so
Planned = OFFSET(Box, 0, 3)
This makes the formulas modify themselves as the data expands (or contracts) and makes the formulas more clear.
First draft.
In C2 dragged right (out to Z)
=IF(TODAY()< MAX($B$2:B$2),"", EDATE(B2,1))
In B3 dragged right
=IF(LEN(B$2)>0, COUNTIFS(Sector, $A$1,Planned, ">="&B$2, Planned, "<"&EDATE(B$2,1)),"")
In B4 dragged right
=IF(LEN(B$2)>0, COUNTIFS(Sector, $A$1,Actual, ">="&B$2, Actual, "<"&EDATE(B$2,1)),"")
Similar type of formulas in rows 5 to 11. For the box types, I counted "Actual"
Questions?
Bookmarks