Can I insert a cell reference into a block of text?

P

painterpat

I need add several personalised statements a list of names. There are
several variations of each statement containing he/she, first name etc. The
results are then mailmerged with other standard information into a Word
document.

What I would like to do would be able to insert a cell reference for "First
Name" , "he/she" into the relevant place in each statement .

Any suggestions please?
 
B

bpeltzer

I think you can do what you want with the TEXT function and concatenation
operator (&). Your formula would be something like
=A1 & " has been on the job for " & text(A2/365,"0.#") & " years."
This combines fixed text with variable data formatted to your specs.
 

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