help me is it possible to add to multiple cells without changing t

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to add "ca" in the begining of all 3000 cells on my worksheet without
changing the data that is in the cells already is this possible without
editing all 3000 cell indiv please help
 
Try on a spare copy ..

Assuming data running in A1 down

In B1:
=IF(A1="","","ca"&A1)
Copy B1 down to the last row of data in col A

Then kill the formulas in col B with an in-place: Copy > Paste special >
Check "Values" > OK. Then delete col A
 

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

Back
Top