+ Reply to Thread
Results 1 to 5 of 5

Thread: "{" before a formula that works?

  1. #1
    Registered User
    Join Date
    08-25-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    "{" before a formula that works?

    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.

  2. #2
    Valued Forum Contributor tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003 - 2007
    Posts
    2,352

    Re: "{" before a formula that works?

    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

  3. #3
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: "{" before a formula that works?

    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

  4. #4
    Forum Moderator daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2007
    Posts
    10,056

    Re: "{" before a formula that works?

    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

  5. #5
    Registered User
    Join Date
    08-25-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: "{" before a formula that works?

    Thankyou very much for the quick replies, I need to read up on my array formulas now.

    Cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0