View Single Post
 
Old 07-12-2009, 07:47 AM
boutells boutells is offline Windows Vista Office 2007
Novice
 
Join Date: May 2009
Posts: 24
boutells is on a distinguished road
Default

You might have a problem as you are displaying dates which are numeric as days. If the days are numeric in the calendar then each Friday has a different value from the other Fridays and therefore it will only count once.

If you can set up the table so the day is alpha and not numeric then you could use =COUNTIF(B9:AC9,"Fri")
Reply With Quote