zoso
Well-known Member
- Joined
- Oct 23, 2003
- Messages
- 725
Hello
Column A has values X001 - X999 in cells X1:X999
Column B has text in the same cell range.
How do I prefix all the cells in the range in Column B with 001-999 (i.e. ignoring the X) and a single space.
e.g.
Before:
B1 = John Smith
B2 = Jack Jones
After:
B1 = 001 John Smith
B2 = 002 Jack Jones
I guess I don't even need to reference Column A, so whichever way is simplest would be great!
The only stipulation is that the result must be text.
Thank you
Column A has values X001 - X999 in cells X1:X999
Column B has text in the same cell range.
How do I prefix all the cells in the range in Column B with 001-999 (i.e. ignoring the X) and a single space.
e.g.
Before:
B1 = John Smith
B2 = Jack Jones
After:
B1 = 001 John Smith
B2 = 002 Jack Jones
I guess I don't even need to reference Column A, so whichever way is simplest would be great!
The only stipulation is that the result must be text.
Thank you
Last edited: