+ Reply to Thread
Results 1 to 7 of 7

FormulaArray Not working

  1. #1
    Daywalker
    Guest

    FormulaArray Not working

    I have a formulaarray that I cannot work out why it's not working, can anyone see anything I'm missing ?

    Please Login or Register  to view this content.
    Last edited by Daywalker; 06-15-2009 at 02:47 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: FormulaArray Not working

    Please edit your post to have CODE tags, not PHP tags.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: FormulaArray Not working

    Thanks.

    Two things -- first, you have to double the quotes inside quoted strings, so "EQS" changes to ""EQS""

    Second, you can't enter an array formula longer than 255 characters from VBA. You can work around this in various ways. For example, define

    MonEQS refers to: =SUMIF(Monday!J1:J1718, "EQS", Monday!L1:L1718)

    .. and other sections similarly, and then the formula can be

    =MonEQS + TueEQS + ... + SatEQS + MonEQF + ... + SatEQF

  4. #4
    Forum Expert romperstomper's Avatar
    Join Date
    08-13-2008
    Location
    England
    MS-Off Ver
    365, varying versions/builds
    Posts
    21,980

    Re: FormulaArray Not working

    It would also, IMO, be a lot easier to put a summary table on each day's sheet and refer directly to the relevant cells there (or consolidate to one master sheet for analysis)
    Everyone who confuses correlation and causation ends up dead.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: FormulaArray Not working

    IMO as well.

  6. #6
    Daywalker
    Guest

    Re: FormulaArray Not working

    That did the trick, thanks folks

  7. #7
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: FormulaArray Not working

    Might I ask why you're using "FormulaArray" to begin with? SUMIF functions are not array formulas, even if you add 21 of them together.

    You should be able to use just
    Please Login or Register  to view this content.
    No?

+ 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