I am having trouble with counting a column
I want to count the number of times that are greater than 1 hour (M:M) if another column equals the word "delivery"(J:J)
I have tried many different versions of the below
=COUNTIF(Mon!M:M>1,)+IF(Mon!J:J="delivery)
I have also tried these:
=IF(Mon!J:J="delivery",COUNT(Mon!M:M))
=COUNT(Mon!M:M,IF(J:J,"delivery"))
Bookmarks