Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
does anyone know what the curly brackets are and how to amend this
formula as I get an error message {=SUM((G23:G30-H23:H30)^2)*1000} |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The squiggly braces mean it's an array formula. See this:
http://www.cpearson.com/Excel/ArrayFormulas.aspx You can do that another way and not have to worry about those braces. =SUMPRODUCT((G23:G30-H23:H30)^2)*1000 -- Biff Microsoft Excel MVP wrote in message ... does anyone know what the curly brackets are and how to amend this formula as I get an error message {=SUM((G23:G30-H23:H30)^2)*1000} |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I amend my address data source | New Users to Excel | |||
how to amend pivot table structure | Excel Worksheet Functions | |||
Printing: how do I amend my print defaults? | Excel Discussion (Misc queries) | |||
Amend formula to include addition condition | Excel Worksheet Functions |