Hi all,
I am looking for help with creating a formula which would give me the max number (based on condition) from combined ID?
Example of ID's
RTR_I_053
TPM_I_012
FTS_F_009
The condition would be if the ID contains example "_F_", give me the highest number for this item.
I tried =IF({Ref to ID column}, CONTAINS("_F_", @cell), MAX({Ref do ID column}))
but got the message Incorrect data type, I am guessing due to the ID which is combination of RTR (team), "_F_" letter represents type of item followed by the number.