Hi,
I was modifying a spreadsheet created by a colleague that has since left the workplace so I can't check within them.
But one of the formula's has the { symbol before the = sign at the start of the formula and again at the end of the formula. It appears to work just like a normal formula. At least at first glance it does.
But when I try to do {=formula} it just shows the text and not as a formula.
What does the { mean and is it doing anything special?
Thanks
Last edited by reganbaha; 06-29-2011 at 03:33 PM.
reganbaha,
A formula that is enclosed in { and } means that it is an array formula, and as such was entered with Ctrl+Shift+Enter. Here's some more information on array formulas:
http://office.microsoft.com/en-us/ex...001087290.aspx
http://www.cpearson.com/excel/ArrayFormulas.aspx
Hope that helps,
~tigeravatar
It means that the formula is an array formula.
It should always be entered with Ctrl+Shift+Enter, which automatically adds the symbols
Any time you change the formula you will need to do this. Adding those symbols manually will not help
More info at http://www.cpearson.com/excel/ArrayFormulas.aspx
Quoting entire posts clutters the forum and makes threads hard to read !
If you are pleased with a member's answer then use the Star icon to rate it
Click here to see forum rules
There are often "non-array" alternatives. E.g. this simple "array formula" needs CTRL+SHIFT+ENTER
={SUM(IF(A1:A10>5,B1:B10))}
but you can use SUMIF like this to replicate
=SUMIF(A1:A10,">5",B1:B10)
Audere est facere
Thankyou very much for the quick replies, I need to read up on my array formulas now.
Cheers
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks