Hello,
I have a column formula that has been working in a sheet to designate the latest entry for an employee based on their employee ID.
=IF(MAX(COLLECT([Ship Date]:[Ship Date], [Employee ID]:[Employee ID], [Employee ID]@row)) = [Ship Date]@row, 1, 0)
Today, some employee IDs that begin with 0 were entered. Those rows now have an INVALID OPERATION error.
I used the AI formula builder to check my formula, but nothing differed.
How can the formula be change to handle leading 0's?
Thanks!
Lori