Hi all,
I'm new to the foum but hope someone can help with adapting a formula for me. I have a document register spreadsheet with document names listed in rows at left. Alongside each document name are dated columns recording the revision of each docuemnt.
I have a working array formula as below using max value that scans the row and returns the "current revision".
=IF(SUM(--ISNUMBER(J37:BO37)),MAX(J37:BO37),CHAR(MAX(IF(J37:BO37<>"",CODE(J37:BO37),""))))
This works fine assuming the revision is a single digit and revisons 1, 2, 3 etc are more current than A, B, C etc.
Sometimes we have document revisions using more than one digit i.e. T1, T2, C1, C2 etc and then the formula falls down because it see T1, T2 etc as just T.
Can someone suggest how to adapt the formula so that it tests LEN<>1, then finds MAX of first digit i.e. T not C, then max of second digit i.e. T2 not T1.
thanks in advance.
Bookmarks