What does these simbols { } means in a formula???

  • Thread starter Thread starter alfredo arias
  • Start date Start date
A

alfredo arias

Please somebody explains me what does this simbols means
in a formula like this one:{=Sum(IF((B4:B7)=C17);G4:G7))}

Please help me!!
Tanx
 
Alfredo,

It means that it is an array formula. The formula is being used to resolve
each cell in the array presented. So in your example, each cell in B4:B7 is
tested against C17, and if true, the corresponding value in G4:G7 is
returned, which gets summed by the SUM formula.

You don't enter {} yourself, Excel does it when you tell it (Excel) that you
want to use array formulae by typing the formula in and using
Ctrl-Shift-Enter rather than just Enter.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top