Pulling my hair out! Need to check the box of the row with the most-recently-modified entry, per hotel. Not the best data set for an example but below is a screenshot of my grid. Using this formula but getting INVALID results.
=IF(AND(Hotel@row = Hotel@row, Modified:Modified = MAX(Modified@row)), 1, 0)
Anyone? Anyone? :)