Forum Discussion
Nishantu309034
Sep 17, 2020Copper Contributor
Countif to count date getting #Error
Hi, I am trying to count if a range of dates is greater or lesser than a particular date but facing Error. Please see the cell H11. You can check the formula in the formula bar. Can someone he...
Rajesh_Sinha
Sep 17, 2020Iron Contributor
You have committed few basic mistakes.
- After the Count Range D11:D12,, COMMA is missing.
- Applied the operator is wrong sequence "=<",, must be "<=".
And the formula should like,,,
=COUNTIF(D11:D12,"<="&$H$10)