+ Reply to Thread
Results 1 to 2 of 2

FormulaArray

  1. #1
    Registered User
    Join Date
    08-05-2013
    Location
    Oklahoma
    MS-Off Ver
    Excel 2003
    Posts
    2

    FormulaArray

    All:

    I have the following code that runs without errors; however, the results are not what I was expecting.

    Here is what is returned as an array: =SUM(IF("Anderson 31-12"=$G$3:$G$226,IF(1/1/2011<=$I$3:$I$226,IF(1/31/2011>=$I$3:$I$226,1,0)*$H$3:$H$226,0)))

    The Bold text will not calculate in Excel. Therefore I presume my equation syntax for ForumlaArray is incorrect. But I have yet to figure it out.

    The FormulaArray equation is an attempt to duplicate the formula below. It works fine in Excel.

    SUM(IF($L3=$G$3:$G$226,IF(M$2<=$I$3:$I$226,IF(EOMONTH(M$2,0)>=$I$3:$I$226,1,0)*$H$3:$H$226,0)))

    Any advice on how to get this to work, would be greatly appreciated.
    Please Login or Register  to view this content.

  2. #2
    Registered User
    Join Date
    08-05-2013
    Location
    Oklahoma
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: FormulaArray

    All:

    Here is the answer to my question earlier. I needed to add .Address to two of my inputs.

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FormulaArray
    By efernandes67 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-29-2011, 06:32 PM
  2. DDE and FormulaArray problem
    By tlinetrader in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-06-2009, 12:54 PM
  3. FormulaArray Not working
    By Daywalker in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-15-2009, 02:48 PM
  4. [SOLVED] FormulaArray problem
    By Bri in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-23-2006, 09:40 PM
  5. Using FormulaArray in VBA
    By marcelobf in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2006, 04:50 PM

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