Hello,
I am trying to pull the data from a column in one sheet to another sheet and count how many "lates" there are. The column I'm working with has the formula and covers 66 rows:
=IF([Date Opened]@row + 30 < [Date Closed]@row, "Late", "")
Is there a way to have the "lates" counted and that new data shown in my new sheet? It feels like I may be missing the counting step, but as I'm a week or so into SS usage I'm not quite sure of the possibilities.
I will also be pulling data for +60 and +90, but I'm guessing that would be laid out the same way as the +30.
Thoughts?
Ryon