Hello,
Looking for a solution to this problem:
L2 contains a date
M2 is blank
I need a COUNTIFS statement to count in the range the number of cells where L contains a date but M is blank. Thanks!
Hello,
Looking for a solution to this problem:
L2 contains a date
M2 is blank
I need a COUNTIFS statement to count in the range the number of cells where L contains a date but M is blank. Thanks!
Try this:
=COUNTIFS(L:L,">0",M:M,"")
Hope this helps.
Pete
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks