Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
andreas
 
Posts: n/a
Default What is the use of {} before any formula?

I am reviewing an excel formula, in the front before "=" there is "{" and at
the end of tee formula there is "}" do you know what is the use of this?
  #2   Report Post  
Mangesh Yadav
 
Posts: n/a
Default

This is an array formula. You need to confirm this formula with a control -
shift - enter.
http://www.emailoffice.com/excel/arrays-bobumlas.html

Mangesh



"andreas" wrote in message
...
I am reviewing an excel formula, in the front before "=" there is "{" and

at
the end of tee formula there is "}" do you know what is the use of this?



  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

The {} brackets indicate that it's an array formula, committed by pressing
Ctrl-Shift-Enter, rahter than just Enter. An array formula is so named
because it's the way, or one way, that Excel works on arrays of cells.

A simple example is weighting. Assume you have numeric 4 grades for a
class, each of them worth a different % of the total, and you need to figure
the final grade. The following data appears in cells A1:B5, with the grades
starting in row 2.

Grades Weight
75 10%
85 25%
60 25%
88 40%

One way to do this would be to use column C and in each row multiply col A *
col B, then add them up. Another way is to use

=SUM(a2:a5*b2:b5)

entered with Ctrl-Shift-Enter. As an arrya formula, it told Excel to
multiply the first cell in the first range (A2) times the first cell in the
second range (B2), plus A3*B3, plus..well, you get the picture. This was the
only way to do this with a single formula before Microsoft added the
SUMPRODUCT() function a few versions back; now most people use

=SUMPRODUCT(a2:a5,b2:b5)

entered normally.

By searching this NG for threads about array formulas, you can find an
amazing 'array' of powerful uses for array formulas (pun definitely intended).




"andreas" wrote:

I am reviewing an excel formula, in the front before "=" there is "{" and at
the end of tee formula there is "}" do you know what is the use of this?

  #4   Report Post  
Stan Brown
 
Posts: n/a
Default

On Wed, 1 Jun 2005 04:48:04 -0700, "andreas"
wrote:

I am reviewing an excel formula, in the front before "=" there is "{" and at
the end of tee formula there is "}" do you know what is the use of this?


It means it's an array formula. (There's a help topic by that name.)

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
"I feel a wave of morning sickness coming on, and I want to
be standing on your mother's grave when it hits."
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
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
put formula results into a different cell if it is empty PutFormula Excel Worksheet Functions 2 February 11th 05 03:31 AM
how do i write a formula and keep in in formula form, so it DOESN. norcalchick2207 Excel Discussion (Misc queries) 2 February 4th 05 08:38 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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