D
Dave F
Given the following sequence:
001A
001B
001C
001D
002A
002B
002C
002D
what formula can return the greatest value, assuming 002A < 002B <
002C < 002D?
The array formula ="00"&(MAXA(--LEFT(D6
13,3),D6
13)) would return
002, but this leaves out the letter component.
Any ideas?
Thanks.
001A
001B
001C
001D
002A
002B
002C
002D
what formula can return the greatest value, assuming 002A < 002B <
002C < 002D?
The array formula ="00"&(MAXA(--LEFT(D6


002, but this leaves out the letter component.
Any ideas?
Thanks.