How do I link a value into a sentence in Excel?

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

Guest

I want to link a specifc number into the middle of a sentence in a different
cell.

Example: "x% of Total" where I'm pulling x from another cell.
 
Try this in a cell:-

="First bit of my sentence " & A1 & " another bit of writing "

Purs whatever is in A1 in the midle.

Mike
 
With "25" in A1 and "% of Total" in B1, (without quotes), then in C1, or
wherever, put

=A1&B1

to return 25% of Total
 

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