Hello,
Sorry I know there are already questions on this but I'm not getting it.
I have a column [Users] of duplicate users, and a second column with unique numbers [Row ID]
In a third column I am trying to get "Ignore" or "Select" based on the highest number per user
So in the example above the PCUK832 should say ignore (because the project with the highest number for person B is PCUK831).
I have followed some other help to get the following:
=IF(MAX(COLLECT([Row ID]:[Row ID], User:User, User132)) <> 0, "SELECT", "IGNORE")
but although there is no error, it is not doing what I want.
I'm wondering if the issue is that the column name [User] keeps coming out of those brackets [] ?
Just to clarify I want the formula to find the max row id for each unique user and "SELECT" those, ignoring the rest.
Anyway, I would really appreciate any help. I will be thinking about this throughout my winter break <Doh!>.
Many thanks,
Charlotte