Results 1 to 15 of 15

Dynamic fomula for Month, Qtr and YTD

Threaded View

  1. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,725

    Re: Dynamic fomula for Month, Qtr and YTD

    This is what I have so far.

    For the months array enter this formula in B2 an fill across.
    Formula: copy to clipboard
    =INDEX($B$9:$S$12,MATCH($A$1,$A$9:$A$12,0),SMALL(IF(B$1=$B$8:$S$8,COLUMN($B:$S)-MIN(COLUMN($B:$S))+1),MONTH($A2&0)))
    If you aren’t familiar with array-entered formulas array enter means the formula must be committed from edit mode by simultaneously pressing and holding down Ctrl and Shift while hitting Enter.

    For quarters array entered in B3 and fill across.
    Formula: copy to clipboard
    =SUM(N(INDEX($B$9:$S$12,MATCH($A$1,$A$9:$A$12,0),N(IF(1,SMALL(IF(B$1=$B$8:$S$8,COLUMN(INDEX(1:1,MATCH($A3,$B$6:$S$6,0)):INDEX(1:1,(MATCH($A3,$B$6:$S$6,0)+17)))),{1,2,3}))))))



    The YTD I haven't done, yet.
    Attached Files Attached Files
    Dave

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamic Sum for Quarter with month as MMM text
    By dluhut in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-24-2016, 09:16 AM
  2. Automatic or dynamic rolling month
    By Akatecho in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2014, 06:27 AM
  3. 3 month rolling - dynamic
    By Armitage2k in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-05-2014, 09:26 AM
  4. [SOLVED] Dynamic Top 5 Customer per month
    By dluhut in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-03-2014, 06:37 AM
  5. Perserving dynamic value for month and year
    By D-smoke in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-10-2013, 08:06 AM
  6. Dynamic Month Names
    By sambo1982 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-10-2011, 05:10 AM
  7. Dynamic nth Day of Weekday-Next Month
    By nms2130 in forum Excel General
    Replies: 2
    Last Post: 06-29-2010, 09:56 AM

Tags for this Thread

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