adding text to a linked cell

  • Thread starter Thread starter melvin
  • Start date Start date
M

melvin

Hi folks,

I am trying to format a cell that reads text from another cell and als
adds additional text after it.

For example,

In cell A1 I have entered the text "Joe Blogg". In cell A10, I woul
like it to read as "Joe Blogg's Team" by entering " 's Team" somehow.
So, in the case of changing cell A1 from "Joe Blogg" to "Daffy Duck" i
automatically changes cell A10 to "Daffy Duck's Team".

Does anyone know of a way this can be done?

Many thanks for any assistance,

regard
 
Hi
if you use cell A1 and A2 with both of theses text values use the
following in A10:
=A1 & A2
 
Andy/Frank,

The suggestions work well, however I am also looking to change the tex
to upper case if possible.

E.g. in A1 "Joe Blogg", in A10 "JOE BLOGG'S TEAM".

Is there a seperate command that can be integrated into the above???

Thanks for your support guy
 

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