Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default What is the {} symbol used for???????

I had an Excel VBA test the other day where I had a few questions that I had never seen the symbol or heard the term before? Can someone help me out with this one

What are the symbols { } used for????? I have never seen them used in Excel or VBA and I cannot find anything anywhere!!! Please, please, please can someone help!!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default What is the {} symbol used for???????

They go around a worksheet function when it has been array entered
excel adds them automatically when you press ctrl+shift+enter afte
entering a formula as opposed to just hitting the enter key.

Dunca

--
Message posted from http://www.ExcelForum.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default What is the {} symbol used for???????

Lee,

In formulas, the {} indicate that the contents are the values of
an array.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Lee Palmer" <lee(remove wrote in
message
...
I had an Excel VBA test the other day where I had a few

questions that I had never seen the symbol or heard the term
before? Can someone help me out with this one.

What are the symbols { } used for????? I have never seen them

used in Excel or VBA and I cannot find anything anywhere!!!
Please, please, please can someone help!!!!


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default What is the {} symbol used for???????

Hi Lee!

They are used to enclose arrays.

Usually you'll see them surround your formula when you enter it as an
array:

Take:
=AVERAGE(C4:C10-B4:B10+(C4:C10<B4:B10))
Entered by pressing and holding down Ctrl + Shift and then pressing
Enter.

In the formula bar the formula will now appear as:
{=AVERAGE(C4:C10-B4:B10+(C4:C10<B4:B10))}

But you don't insert these parentheses manually.

Within formulas you might also have arrays:

Take non-array-entered formula:
=SUMPRODUCT(--(WEEKDAY($A$282:$A$298,1)={2,3,4,5,6}))

The parentheses surrounding 2-6 are typed in as per normal formula
entries.

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia



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
Type a symbol useing shortcut keys rather the insert a symbol RJD Excel Discussion (Misc queries) 2 December 23rd 09 06:28 PM
Euro symbol displays as dollar symbol in Excel BrendaM Excel Worksheet Functions 5 April 24th 09 03:43 PM
SYMBOL ¦please help how do i do this symbol without copy/pasting i babybloo Excel Worksheet Functions 1 June 26th 08 08:29 AM
what shortcut key do I use for the + symbol over the - symbol cherokee Excel Discussion (Misc queries) 5 July 14th 06 12:43 AM
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:39 PM.

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

About Us

"It's about Microsoft Excel"