Hello!
I made this awesome spreadsheet to count the hotel rooms per night to give to a hotel but when I go to summarize the column to count the totals I am getting an error. I think its because if a cell is blank for some folks the formula returns "invalid operation" which in turn effects counting the TOTAL cells to get the per night totals. Is there anyway to fix this or did I architect this in a way that I wont be able to get that answer.
Example of the formula for each column
=IF(AND([Check In City 1 All]@row <= DATE(2025, 10, 19), [Check Out City 1 All]@row > DATE(2025, 10, 19)), 1, 0)
Screenshot of the grid.