L
Legacy 93538
Guest
Hi
I am trying to create countif fomula which looks in a range (O24:043) and does a count of all the cells which do not contain the string 00/01/1900.
The range (O24:043) has 20 rows in it and the cells in that range are formula getting getting data from another sheet.
The count is performed without error however it retunrs 20 and it should return 12.
currently i am using
Does anyone know why its not returning the amount of rows without the string 00/01/1900 in it?
Thanks
Jessicaseymour
I am trying to create countif fomula which looks in a range (O24:043) and does a count of all the cells which do not contain the string 00/01/1900.
The range (O24:043) has 20 rows in it and the cells in that range are formula getting getting data from another sheet.
The count is performed without error however it retunrs 20 and it should return 12.
currently i am using
Code:
=COUNTIF(N24:N43, "<>00/01/1900")
Does anyone know why its not returning the amount of rows without the string 00/01/1900 in it?
Thanks
Jessicaseymour