Hi Team,
I am trying to build a formula to understand if an ID appears more than once in a column within a 6 month period and I would like it to return a '1' if the conditions are met, and remain 'blank' if they are not. However the below formula keeps returning an #Unparseable error. The issue seems to be with the '(' before 'Countifs' and the first ')' after the final ' [EEID]@row' which remain in black font.
=IF(COUNTIFS([EEID]:[EEID], [EEID]@row) > 1, IF(MONTHS([Date]@row, MAX(COLLECT([Date]:[Date], [EEID]:[EEID], [EEID]@row))) < 6, 1, ""), "")
Any help would be great