Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default when do use the & symbol in a text formula, how does it work

i am trying to learn the text formulas on excel and have video it used the
& in a formula along with quote marks and text not sure why and when to use
&
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default when do use the & symbol in a text formula, how does it work

e.g.

="First name: "&"Paul"

="Length of first name: "&LEN("Paul")

etc.


On 7 Maj, 15:09, paul cardarelli <paul
wrote:
i am trying to learn the text formulas on excel *and have video *it used the
& in a formula along with quote marks and text * not sure why and when to use
&


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default when do use the & symbol in a text formula, how does it work

& is the alternate of CONCATENATE() function which is used to combine text
values..

A1 = Hi
B1 = Paul
C1 = CONCATENATE(a1," ",b1)

The same can be achieved using
C1 = A1 &" " & B
--
If this post helps click Yes
---------------
Jacob Skaria


"paul cardarelli" wrote:

i am trying to learn the text formulas on excel and have video it used the
& in a formula along with quote marks and text not sure why and when to use
&

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default when do use the & symbol in a text formula, how does it work

The & symbol is the concatenate operator. It is used for joining two strings
together.
--
HTH...

Jim Thomlinson


"paul cardarelli" wrote:

i am trying to learn the text formulas on excel and have video it used the
& in a formula along with quote marks and text not sure why and when to use
&

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default when do use the & symbol in a text formula, how does it work

Use the ampersand (&) to link one value to the next to form a continuous
string.

For example, if cell A1 had the value of $50.00 and you wanted to
concatenate a text prefix and suffix so it said "The Value of $50.00 is in
cell A1." the formula would look like this.

="The Value of "&A1&" is in cell A1."

Note that the literal spaces are always within the quotes, and the ampersand
joining one value to the next does not have any spacing.

Hope this helps.
--
Kevin Backmann
Dallas, TX


"paul cardarelli" wrote:

i am trying to learn the text formulas on excel and have video it used the
& in a formula along with quote marks and text not sure why and when to use
&

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i use symbol of degree in excell work sheet using key board amitwills Excel Worksheet Functions 2 August 5th 08 05:14 AM
extracting text around the @ symbol KFB Excel Worksheet Functions 3 June 22nd 07 01:39 AM
Symbol after text Be18 Excel Discussion (Misc queries) 1 February 26th 07 09:30 PM
Please help!! Countif formula doesnn't work with text format shirley_kee Excel Discussion (Misc queries) 5 July 28th 06 06:46 PM
Need to align text around a symbol??? guillemot Excel Worksheet Functions 4 January 18th 06 04:43 PM


All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"