I have created a tracking sheet that moves everything from the prior day's entries to another sheet. However, that also deletes all of the formulas in the main sheet so I created an "example" row to maintain the formulas.
I am trying to capture the metrics on the number of "closed" customers (those with an end time) in real time but it is adding the example row that I added in the final tally.
I am currently using this formula to capture the number of "Closed" appointments:
=COUNT({I-240 Customer Check-in System - Completed}.
Is there a way to eliminate the "Example" row out of the calculations?