• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

sequential alphanumeric formula

Rodrigues

Member
Hi There
I'm sure this will be trivial, but for me is a challenge.
Could someone help me with a formula to get a sequential alphanumeric numbers in excel.
Aim: get from cell A2, displaying a sequential number such as: BXCA1 ; BXCA2 ; BXCA3 ; BXCA4 ; BXCA5, etc.
Conditional, if cell on column B is empty than blank ("")
On cell A2 I have
=IF(B2="","","BXCA1")

On the rest of the cells downwards would like to get something like:
cell A3 = if(B3="","",otherwise = BXCA2
cell A4 = if(B4="","",otherwise = BXCA3
and so on.
The formula I'm working with add an extra number1, instead of
have attached a file for better illustration.
Thanks
R
 

Attachments

  • Seq Alphanum.xlsx
    13.4 KB · Views: 8
Back
Top