NextYearSox
Active Member
- Joined
- Oct 24, 2003
- Messages
- 287
I have a series of numbers that are formated as A001, A002, A003, ... , B001, B002, ... , C001, C002, etc. In another cell, I reference one of more of these numbers, and want to maintain the formating. What I'm using is:
=TEXT(B7,"A000")&", "&TEXT(B9,"A000")
This works for 'A' and 'C', but not for 'B', 'D', or 'E'. Not sure why not. Is there a way around this?
=TEXT(B7,"A000")&", "&TEXT(B9,"A000")
This works for 'A' and 'C', but not for 'B', 'D', or 'E'. Not sure why not. Is there a way around this?