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

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.
 
G

Guest

Try this in a cell:-

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

Purs whatever is in A1 in the midle.

Mike
 
G

Guest

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

=A1&B1

to return 25% of Total
 
D

Dave Peterson

or

=text(a1,"0.00%") & " of total"

(or use the percent format of your choice)
 

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