Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#2
![]() |
|||
|
|||
![]()
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!
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 * |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It's the concatenation operator.
A1 = try A2 = this You could use the CONCATENATE() function like this: =CONCATENATE(A1," ",A2) Or, you can use the & operator like this: =A1&" "&A2 Both return the string: try this B1 = 10 B2 = 5 C1 = 5 =COUNTIF(B1:B2,""&C1) Returns: 1 In this case it's used to concatenate the greater than operator to the cell value to define the criteria. =COUNTIF(B1:B2,"5") -- Biff Microsoft Excel MVP "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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Euro symbol displays as dollar symbol in Excel | Excel Worksheet Functions | |||
Use of ^ symbol in a formula | Excel Worksheet Functions | |||
What does a ^ symbol mean used in a formula | Excel Discussion (Misc queries) | |||
Using a Symbol in a formula. | Excel Discussion (Misc queries) | |||
I need a symbol but "symbol" in the Insert menu is grayed-out. | Excel Discussion (Misc queries) |