+ Reply to Thread
Results 1 to 4 of 4

{} Brackets

  1. #1
    Forum Contributor
    Join Date
    10-24-2008
    Location
    England
    Posts
    146

    {} Brackets

    Can Someone please help me
    I have a formula
    {=IF(OR(D9=M4:S99),"m")}
    For instance

    This formula works
    But when i click in the cell to edit the formula the {} (at the beginning and end) disapear and the formula no longer works.
    If i add them back manually the formula still does not work.

    How can i edit these formulas without stopping them working.

    Many Thanks

    Sorry if this is a noob question
    Last edited by Directlinq; 04-28-2009 at 04:09 AM.

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile Re: {} Brackets

    Good morning Directling
    Quote Originally Posted by Directlinq View Post
    But when i click in the cell to edit the formula the {} (at the beginning and end) disapear and the formula no longer works.
    If i add them back manually the formula still does not work.
    This is an array formula. To commit the formula use Ctrl + Shift + Enter. Not just Enter.

    For more on array formulae, and what they're all about, look here.

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: {} Brackets

    On an aside the function in question:

    {=IF(OR(D9=M4:S99),"m")}

    c(sh)ould be replaced with a non-array formula

    =IF(COUNTIF(M4:S99,D9),"m")

  4. #4
    Forum Contributor
    Join Date
    10-24-2008
    Location
    England
    Posts
    146

    Re: {} Brackets

    Thank you so much
    Worked a treat

+ 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.6.0 RC 1