copy problem

M

mark1

I've got a code that goes 2440A, 2440B, etc.,. I need to
be able to copy over so that Excel will continue the
pattern. Help is appreciated.
 
J

Jason Morin

With 2440A in A1, try:

="2440"&CHAR(CODE(RIGHT(A1))+1)

and copy down. It'll work up to 2440Z.

HTH
Jason
Atlanta, GA
 
Top