Add a string to a cell

R

ramsdesk

I have a column with lots of rows having different numbers in it. I nee
a add a string to each of the cell before the number.

For example:

Col A

1234
2345
3456
4567

String to be added = 'AB'

Result:

Col A
AB1234
AB2345
AB3456
AB4567

Any help please.... TIA
 
R

Ragdyer

You could try a "Custom" format of:
"AB"General,
Which display and print what you're asking.

This will leave the numbers as real numbers, just in case you might need
future calculations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top