copy problem

  • Thread starter Thread starter mark1
  • Start date Start date
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.
 
With 2440A in A1, try:

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

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

HTH
Jason
Atlanta, GA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top