Thread: char()
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
oldLearner57 oldLearner57 is offline
external usenet poster
 
Posts: 119
Default char()

hi community

got the char() from community assist and I tried to create a running
alphabetically order from a - z, however, I tried to join a number with it...

=char(row()+96)&1

with the above, when I dragged down I will get ....

a1
b1
c1
......

what I wish to have be like

a1
b2
c3
.........

how can I add the series number with the alphabet?

thanks community again for kind assistance


thanks
--
oldLearner57