Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default What does this Symbol Mean when surrounding a function { }

I have inherited a worksheet that I'm trying to edit that has a number of
custom functions that have this bracketed symbol around them { }, as soon as
I try to edit the function the bradkets disappear and the function no longer
works. Is this some sort of lock up function?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default What does this Symbol Mean when surrounding a function { }

An {} arond the formula indicates that the formula is an ARRAY formula. You
need to press CTRL-SHIFT-ENTER together for such formulas instead on ENTER
only after editing.

An array formula is a formula that works with an array, or series, of data
values rather than a single data value.

See http://www.cpearson.com/excel/ArrayFormulas.aspx for details.

"cricket" wrote:

I have inherited a worksheet that I'm trying to edit that has a number of
custom functions that have this bracketed symbol around them { }, as soon as
I try to edit the function the bradkets disappear and the function no longer
works. Is this some sort of lock up function?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default What does this Symbol Mean when surrounding a function { }

hi
it means that the formula is an array formula. the brackets around the
formula were put there by excel. to enter an array formula....
Ctrl+Shift+enter. you cannot put the brackets there. the brackets appear
when you enter the array formula.
if the brackets are going away and not working anymore, you may have to
reenter the array formula using the above method.

Regards
FSt1


"cricket" wrote:

I have inherited a worksheet that I'm trying to edit that has a number of
custom functions that have this bracketed symbol around them { }, as soon as
I try to edit the function the bradkets disappear and the function no longer
works. Is this some sort of lock up function?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default What does this Symbol Mean when surrounding a function { }

Hi,

These symbols are used by Excel to represent an array. Inside the formula
you can type them, but outside the formula you must let Excel add them when
you press Shift+Ctrl+Enter. In either case they are telling Excel to use
more than one item when calculating a formula.

Technically =SUM(A1:A10) could be considered an array since it uses more
than one cell, however, that is its default behavior so there is no need for
the array indicator. A formula such as =SUM(ABS(A1:A10)) would not work as
you might expect it should, because the ABS functions default is to look at a
single cell and evaluate it, not a range of cells. By entering the formula
as an array you are telling Excel to work with all the cells in the range.

If this is not 100% clear, take heart, Excel's arrays have been around 25
years an most users have little familiarity with them, let alone a full
understanding. Microsoft's help system is also limited in this area.

One of the best places to learn about arrays is a newsgroups, watch for
solutions which involve Shift+Ctrl+Enter or the word Array, or array entered.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"cricket" wrote:

I have inherited a worksheet that I'm trying to edit that has a number of
custom functions that have this bracketed symbol around them { }, as soon as
I try to edit the function the bradkets disappear and the function no longer
works. Is this some sort of lock up function?

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
shortcut key for selecting the inactive cells surrounding a range Michele Excel Worksheet Functions 1 March 30th 08 03:02 AM
using a function to insert symbol jenn Excel Worksheet Functions 1 September 30th 07 06:35 PM
what do the { } symbols indicate when surrounding a formula? karinam Excel Discussion (Misc queries) 1 February 20th 06 05:44 PM
Symbol function curlyman Excel Worksheet Functions 4 December 2nd 05 08:15 PM
condition format for surrounding cells little rusty with excel Excel Discussion (Misc queries) 1 December 9th 04 07:35 AM


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