1)
This enable to use F9 to recalculate since Change of Font/Interior color cell format will not trigger to recalculate.
2)
Assuming the referenced cell contains the value like "Week #" or just "x #" and it reads "#" part
3)
Extract the row reference within rng that is/are 1st column matches "#" part, AND 2nd column matches to Name AND 3rd column is not empty.
4)
Loop though the result and it adds to CountName when font colorindex of 2nd column of that row is not 3.
Do a step debug for yourself first.
Bookmarks