"&" in Excel formula

  • Thread starter Thread starter piotrrrek
  • Start date Start date
P

piotrrrek

Could you please help.

What means, does sign "&" in Excel formula.
I have seen it in Hyperlink formula.

Thank you in Advance

piotr
 
It joins two values.

For example
=A1&" is the number"
when A1=8 would result in:

8 is the number
 
hi
it is a concatenator or combiner
the formaula = concatenate(A1,B1) and =A1 & B1 are the same basicly.
both combine the contents of a1 and b1( not add)
if 1 were in a1 and 1 were in b1 then =A1&B1 would equal 11 not 2

Regards
FSt1
 

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