Is there a way to iterate an If statement on the last row of a table?
we have a table that is created from a db query. We use the date/time stamps in this table to determine start/stop times for more detailed queries. The problem we are having is that sometimes the date/time stamps at the end of the table are not a 'matched' set. In this table, we have created formula columns that help us identify which dates are on which row. We know the pattern that we need t...