P
plokhorst
Have 2 columns that could contain dates. Column A and B.
Need to count the number of each month in both columns. If
column B is empty, use month in column A. If B not empty use B.
This formula works in every month except JANUARY.
(Array) =SUM(IF(MONTH(IF(B1:B5="",A1:A5,B1:B5))=1,1,0))
Appears to read blank cells in range as 1(true). Have been fightin
this for way toolong and will appreciate any help
Need to count the number of each month in both columns. If
column B is empty, use month in column A. If B not empty use B.
This formula works in every month except JANUARY.
(Array) =SUM(IF(MONTH(IF(B1:B5="",A1:A5,B1:B5))=1,1,0))
Appears to read blank cells in range as 1(true). Have been fightin
this for way toolong and will appreciate any help