Hi,
I'm trying to create a formula that looks at the MAX date and of the MAX dates it finds (because there could be multiple entries with that date), look at the row with the MAX #'s associated with those MAX dates to check a box. I came up with this and I'm getting an Invalid error
=IF(AND(MAX([Date Only]:[Date Only]), MAX([Text #]:[Text #])), 1, 0)
Thanks in advance!