Hi all,
Im having difficulty in trying to count the number of FALSE statement in a specific column.
My current formula is
=COUNTIF(latestvoda!Q2:Q1611,"FALSE")
however this returns zero, I have tried the "FALSE" with and without the quotation marks and still the value returned is zero.
the forumla in series Q2:Q1611 is:
=IF(D2=3.75,"TRUE",IF(D2=21,"TRUE",IF(D2=11.91,"TRUE",IF(D2=18,"TRUE","FALSE"))))
=IF(D3=3.75,"TRUE",IF(D3=21,"TRUE",IF(D3=11.91,"TRUE",IF(D3=18,"TRUE","FALSE"))))
etc
Im having difficulty in trying to count the number of FALSE statement in a specific column.
My current formula is
=COUNTIF(latestvoda!Q2:Q1611,"FALSE")
however this returns zero, I have tried the "FALSE" with and without the quotation marks and still the value returned is zero.
the forumla in series Q2:Q1611 is:
=IF(D2=3.75,"TRUE",IF(D2=21,"TRUE",IF(D2=11.91,"TRUE",IF(D2=18,"TRUE","FALSE"))))
=IF(D3=3.75,"TRUE",IF(D3=21,"TRUE",IF(D3=11.91,"TRUE",IF(D3=18,"TRUE","FALSE"))))
etc