![]() |
what does the & symbol do in a formula?
|
Answer: what does the & symbol do in a formula?
Hi there!
I'd be happy to help you understand what the & symbol does in a formula. In Excel, the & symbol is used to concatenate, or join together, two or more pieces of text. For example, if you have the text "Hello" in cell A1 and the text "world" in cell A2, you could use the formula Code:
=A1&" "&A2 Here's a step-by-step breakdown of how to use the & symbol in a formula:
I hope that helps! |
what does the & symbol do in a formula?
why don't you have a look at at answers to your post in
microsoft.public.excel.misc ? http://groups.google.pl/group/micros...7ac9b5e86fd843 On 8 Maj, 00:37, paul cardarelli wrote: need to know what the & symbol does in a formula? *am doing a text formula and watching a tudor video can't understand what it does * * please write me direct * |
what does the & symbol do in a formula?
It's the concatenation operator:
A formula like: ="Paul" & " " & "Cardarelli" would return Paul Cardarelli If A1 contained a date (say May 7, 2009) and A2 contained a dollar amount (say 1234.12), then ="You owe me: "&text(a2,"$#,##0.00")&". Please pay by: "&text(a1,"mm/dd/yyyy") would return: You owe me: $1,234.12. Please pay by: 05/07/2009 paul cardarelli wrote: need to know what the & symbol does in a formula? am doing a text formula and watching a tudor video can't understand what it does please write me direct -- Dave Peterson |
what does the & symbol do in a formula?
It simply concatenates. For instance, if you have something in A1 and
something in B1 and you want to have both in one cell with a space between them, you would write a formula like: =A1&" "&B1 HTH Otto "paul cardarelli" wrote in message ... need to know what the & symbol does in a formula? am doing a text formula and watching a tudor video can't understand what it does please write me direct |
All times are GMT +1. The time now is 06:07 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com