I have data that contains order numbers preceded by "#", such as #1985, #1986, #1987 etc. I want to find the maximum and minimum order values in a selection, but simply using =MAX(C2:C32) returns "0".
I can use =RIGHT(C2,LEN(C2)-1) to reduce #1985 to simply 1985, but I don't know how to find the maximum without using a helper column. Is there a way?
I can use =RIGHT(C2,LEN(C2)-1) to reduce #1985 to simply 1985, but I don't know how to find the maximum without using a helper column. Is there a way?