I have a column with data:
AB001
AB002
EF001
EF002
EF003
KE001
KE002
KE003
AB003
The formule which gives me the Maximum String in the Strings starting with EF (the result of my formula => EF003) is:
="EF"&TEXT(MAX((--(LEFT(A1:A9,2)="EF")*(RIGHT(A1:A9,3)))),"000") with Ctl+Shift+Enter NOT just...