Thread
:
Count If Formula
View Single Post
06-15-2011, 07:27 AM
Colin Legg
Windows 7 32bit
Office 2010 32bit
Expert
Join Date: Jan 2011
Location: UK
Posts: 369
Hi,
This formula will return a count where cells in column C have a date and cells in column D are blank:
Code:
=COUNTIFS(C:C,">0",D:D,"=")
Colin Legg
View Public Profile
Find all posts by Colin Legg