Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BedeviledByBrackets
 
Posts: n/a
Default What do { } brackets mean when they encompass a function?

What do { } brackets mean when they encompass a function?

The following function, which works when the spreadsheet is opened, is in a
spreadsheet I inherited. If you arrow onto the cell containing this function
it shows up just as shown below:

{=SUM(IF(H$8:H$27="+",$F$8:$F$27,0))}

once the cell containing the function is doubleclicked the, the function
then looks like: =SUM(IF(H$8:H$27="+",$F$8:$F$27,0))
and when 'enter' is pressed the cell reads: #VALUE!

If the same cell is double-clicked to go into edit mode and the brackets are
added at the front and rear of the function, just as shown above, after
'enter' is pressed the cell reads: =SUM(IF(H$8:H$27="-",$F$8:$F$27,0))

I've used various functions quite a bit, but have never seen this before.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Elkar
 
Posts: n/a
Default What do { } brackets mean when they encompass a function?

The brackets indicate an Array Formula. It changes how Excel handles the
calculations. To enter an array formula, use the key combination
CTRL-SHIFT-ENTER rather than just Enter.

HTH,
Elkar


"BedeviledByBrackets" wrote:

What do { } brackets mean when they encompass a function?

The following function, which works when the spreadsheet is opened, is in a
spreadsheet I inherited. If you arrow onto the cell containing this function
it shows up just as shown below:

{=SUM(IF(H$8:H$27="+",$F$8:$F$27,0))}

once the cell containing the function is doubleclicked the, the function
then looks like: =SUM(IF(H$8:H$27="+",$F$8:$F$27,0))
and when 'enter' is pressed the cell reads: #VALUE!

If the same cell is double-clicked to go into edit mode and the brackets are
added at the front and rear of the function, just as shown above, after
'enter' is pressed the cell reads: =SUM(IF(H$8:H$27="-",$F$8:$F$27,0))

I've used various functions quite a bit, but have never seen this before.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vandenberg p
 
Posts: n/a
Default What do { } brackets mean when they encompass a function?

Hello:

It is an array formula, the brackets are added by Excel when you enter
the formula by using <shift<cntrl<enter.

You can read about array formulas in the help file.

Pieter Vandenberg

BedeviledByBrackets wrote:
: What do { } brackets mean when they encompass a function?

: The following function, which works when the spreadsheet is opened, is in a
: spreadsheet I inherited. If you arrow onto the cell containing this function
: it shows up just as shown below:

: {=SUM(IF(H$8:H$27="+",$F$8:$F$27,0))}

: once the cell containing the function is doubleclicked the, the function
: then looks like: =SUM(IF(H$8:H$27="+",$F$8:$F$27,0))
: and when 'enter' is pressed the cell reads: #VALUE!

: If the same cell is double-clicked to go into edit mode and the brackets are
: added at the front and rear of the function, just as shown above, after
: 'enter' is pressed the cell reads: =SUM(IF(H$8:H$27="-",$F$8:$F$27,0))

: I've used various functions quite a bit, but have never seen this before.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default What do { } brackets mean when they encompass a function?

Chip also has a discussion about array formulas.

http://www.cpearson.com/excel/array.htm

"BedeviledByBrackets" wrote:

What do { } brackets mean when they encompass a function?

The following function, which works when the spreadsheet is opened, is in a
spreadsheet I inherited. If you arrow onto the cell containing this function
it shows up just as shown below:

{=SUM(IF(H$8:H$27="+",$F$8:$F$27,0))}

once the cell containing the function is doubleclicked the, the function
then looks like: =SUM(IF(H$8:H$27="+",$F$8:$F$27,0))
and when 'enter' is pressed the cell reads: #VALUE!

If the same cell is double-clicked to go into edit mode and the brackets are
added at the front and rear of the function, just as shown above, after
'enter' is pressed the cell reads: =SUM(IF(H$8:H$27="-",$F$8:$F$27,0))

I've used various functions quite a bit, but have never seen this before.

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
Creating a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 11:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 04:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 03:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 11:49 AM


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