Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 26
Default What does the & symbol in a formula do?

I an looking at a SUMIF formula that includes the & symbol. See below. What
does the & symbol do?
=SUMIF($AN$6:$AY$6,"<="&$D$5,AN8:AY8)

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 461
Default What does the & symbol in a formula do?

It's a concatenation function

Basically combines data

So

"A"&"B" becomes AB
"A "&"B" becomes A B
etc

"Dominic" wrote:

I an looking at a SUMIF formula that includes the & symbol. See below. What
does the & symbol do?
=SUMIF($AN$6:$AY$6,"<="&$D$5,AN8:AY8)

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default What does the & symbol in a formula do?

It tells SUMIF to use what's in cell D5 instead of looking for the text
string "D5"


=SUMIF($AN$6:$AY$6,"<=$D$5",AN8:AY8)


would look in AN6:AY6 for the text string



--


Regards,


Peo Sjoblom


"Dominic" wrote in message
...
I an looking at a SUMIF formula that includes the & symbol. See below. What
does the & symbol do?
=SUMIF($AN$6:$AY$6,"<="&$D$5,AN8:AY8)



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
Use of ^ symbol in a formula KD Excel Worksheet Functions 8 January 5th 07 12:39 AM
What does a ^ symbol mean used in a formula timbrook Excel Discussion (Misc queries) 14 October 7th 06 07:39 AM
What does the $ symbol mean in a formula? S New Users to Excel 1 October 14th 05 05:30 AM
Using a Symbol in a formula. JB in Kansas Excel Discussion (Misc queries) 3 June 10th 05 08:07 PM
I need a symbol but "symbol" in the Insert menu is grayed-out. Nothappy Excel Discussion (Misc queries) 2 May 3rd 05 12:16 AM


All times are GMT +1. The time now is 11:26 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"