Can someone please tell me what I'm doing wrong here?
=COUNTIF(Revert!F:F,Revert!C:C>EOMONTH(A10,-1))
I want to count all rows on my "Revert" sheet that are after the date in A10. So if I have the date 9/1/18 in A10, it should count all rows that have a date of 9/1 to the present day.
Edit:I did this test to make sure it would work, and it did come back true, so it should count it.
=IF(Revert!C2>EOMONTH(A10,-1),"It is greater","It is not greater")
Thanks.
=COUNTIF(Revert!F:F,Revert!C:C>EOMONTH(A10,-1))
I want to count all rows on my "Revert" sheet that are after the date in A10. So if I have the date 9/1/18 in A10, it should count all rows that have a date of 9/1 to the present day.
Edit:I did this test to make sure it would work, and it did come back true, so it should count it.
=IF(Revert!C2>EOMONTH(A10,-1),"It is greater","It is not greater")
Thanks.
Last edited: