
Originally Posted by
Pete_UK
You won't be able to use COUNTIF, as that is for single conditions.
You could use COUNTIFS like this:
=COUNTIFS(J:J,"<="&TODAY(),F:F,"<>c*")
but only with Excel versions from 2007 or later - your profile shows that yo are using Excel 2003, so please update this if it is no longer valid.
Note that the asterisk is the wildcard character so it is just looking for the first letter in column F beginning with "c", but if you have other text which also begins with c then the formula will fail.
Hope this helps.
Pete
Bookmarks