How can I count the number of cells that equal a certain value if . . .
I want to count the number of cells in column B that are smaller than [equal to] [larger than] 0 if the cell in the same row in column A has a date in 2025. The date is formatted as [$-en-US]mmm d (ddd). So, in this example, the result should be 2 [1] [3].
more
|