View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick Patrick is offline
external usenet poster
 
Posts: 160
Default Incrementing a number with non-decimal base

Hey guys,

I am new to all this so I hope you can help me. I need a function / macro
that will increment a number with a non-decimal base??

My base number is:0123456789BCDFGHJKLMNPQRSTVWXYZ
I an using a 4 digit number.

So for example I need to put in BCR0 and have it run an increment
BCR1
BCR2
BCR3
BCR4
BCR5
BCR6
BCR7
BCR8
BCR9
BCRB
BCRC
BCRD
BCRF
and so on.

Please let me know if and how this can be done in Excel

Many Thanks