incrementing letters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello everyon

is there a way to increment letters without having to huge custom list

i.

000 = AA
001 = AA
002 = AA
ET

Thanks in advanc
 
Hi

It depends how you want the outcome. You could use

="AA"&CHAR(63+ROW())
and fill down to increment. You need a more complex formula to advance the
second A, or change the formula each time to suit.

Andy.
 

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