Hi All,
Some fields are empty in the column, but I want to only count the fields with a date in this second tab.
Tab 1 has the formula
Tab 2 has the data in column C, the data being dates which I need to have the total number of cells which have a date in.
So I'm thinking it'll be something like this:
=COUNTIF((ISNUMBER('Tab2'!$C:$C)))
Thanks in advance!
Some fields are empty in the column, but I want to only count the fields with a date in this second tab.
Tab 1 has the formula
Tab 2 has the data in column C, the data being dates which I need to have the total number of cells which have a date in.
So I'm thinking it'll be something like this:
=COUNTIF((ISNUMBER('Tab2'!$C:$C)))
Thanks in advance!
Last edited by a moderator: