+ Reply to Thread
Results 1 to 7 of 7

Any Excel Gurus? | ARRAY Function Help Needed

  1. #1
    Registered User
    Join Date
    10-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    47

    Any Excel Gurus? | ARRAY Function Help Needed

    Sample Data Set.xlsx

    See attached data set...

    I have two OFFSET Named Ranges:
    1. [Planned Activity End Date]
    2. [Actual Activity End Date]

    I am trying to achieve an output that demonstrates the Activity % OTC (On-Time Complete).

    The Issue:
    There can be many [Planned Activity End Dates] as independent line-items, however, there may only be one-for-one associated [Actual Activity End Dates].
    This is because the [Actual Activity End Date] is only populated when an activity is completed. Currently my ARRAY formula is returning a % value that is including ALL
    of the line items instead of only the one-for-one associated line items. In the sample data set, there are four [Planned Activity End Dates] and only two
    [Actual Activity End Dates], one of which is > than the Planned End Date, the other is < than the Planned End Date. The actual output should be 50%.
    Last edited by huntethic; 05-05-2015 at 12:16 PM. Reason: Edit Title

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

    Re: ARRAY Function Help Needed

    No attachment.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    10-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    47

    Re: ARRAY Function Help Needed

    Attachment below...
    Last edited by huntethic; 05-05-2015 at 12:03 PM.

  4. #4
    Registered User
    Join Date
    10-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    47

    Re: ARRAY Function Help Needed

    Sample Data Set.xlsx

    Any Excel gurus out there I need your help.
    Last edited by huntethic; 05-05-2015 at 12:02 PM.

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

    Re: Any Excel Gurus? | ARRAY Function Help Needed

    =SUMPRODUCT((PlanEndDT>=ActEndDT) * ISNUMBER(ActEndDT) * ISNUMBER(PlanEndDT)) / COUNT(ActEndDT)

    It need not be confirmed as an array formula.
    Last edited by shg; 05-05-2015 at 01:59 PM.

  6. #6
    Registered User
    Join Date
    10-14-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    47

    Re: Any Excel Gurus? | ARRAY Function Help Needed

    Gosh, you're good! Well done!!! THANK YOU

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

    Re: Any Excel Gurus? | ARRAY Function Help Needed

    You're welcome.

+ 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. Array/Match Function Needed
    By neelpatel in forum Excel General
    Replies: 1
    Last Post: 09-21-2012, 12:12 PM
  2. Single Conditional Array x two Multi-Column Array - Approach needed
    By David Brown in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-28-2010, 11:41 AM
  3. Array Transformation Function Needed
    By Petro in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-03-2008, 05:03 AM
  4. Array? help needed ...
    By Meebell in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-20-2007, 08:30 AM
  5. Array Help Needed
    By Kesey in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2007, 02:00 AM

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