Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,LEN(A1)-1)&"B"
-- Kind regards, Niek Otten Microsoft MVP - Excel "Lost in Microbiology" wrote in message ... |I am trying to create a list that auto numbers each row. I have to duplicate | one column into another, but change the last letter in the string from an "A" | to a "B". Where I get tripped up, is when the column changes from 1A, 2A, | etc. to a double digit 10A, 11A, etc. I tried using =left(text, 1)&"B", but | when it goes to double digit numbers my solution fails. | | Basically I have data in column A and the same thing with the last character | change needs to go into column E. So it should look like this: | A B C D E | Tube MRN ACC Tube | 1A 0000 00-000 1B | 2A 0000 00-000 2B | 3A 0000 00-000 3B | | Thanks for any suggestions. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extract text from string | Excel Worksheet Functions | |||
How to extract decimal numbers e.g. $1.57 from alphanumeric string | Excel Discussion (Misc queries) | |||
EXTRACT NUMBERS FROM TEXT STRING | Excel Worksheet Functions | |||
Extract Numbers from Alpha-Numeric String | Excel Worksheet Functions | |||
How do you extract numbers from a string of chacters in a cell (E. | Excel Worksheet Functions |