+ Reply to Thread
Results 1 to 3 of 3

HLOOKUP with a rolling end value

  1. #1
    Registered User
    Join Date
    04-24-2017
    Location
    Houston
    MS-Off Ver
    2013
    Posts
    2

    HLOOKUP with a rolling end value

    I hope i explain my problem correctly

    I have a very large file very similar to this

    A B C D E F...
    01/01/01 01/02/01 01/03/01 01/4/01 01/05/01 etc ...
    2 Dogs 2 3 1 1 3
    3 Cats 1 2 3 2 1

    I use this file to enter our daily numbers. Another tab uses an HLOOKUP formula to pull the current date to be placed in a format for the executive group to view

    I want to create a formula that sums the previous fiscal year information with a rolling end date

    Ex on 03/01/17 i would want the formula to sum all values on that row from 01/01/16 to 03/01/16
    and
    on 03/02/17 i would want the formula to sum all values on that row from 01/01/16 to 03/02/16

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,936

    Re: HLOOKUP with a rolling end value

    Use a SUMIFS, like

    =SUMIFS(Data!2:2,Data!$1:$1,">=" & DATE(YEAR(A1),1,1),Data!$1:$1,"<=" & A1)

    Where your daily numbers are on a sheet named Data, and the end date of interest is in cell A1
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    04-24-2017
    Location
    Houston
    MS-Off Ver
    2013
    Posts
    2

    Re: HLOOKUP with a rolling end value

    you sir, are my hero

    thank you

+ 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. Rolling YTD Sum
    By MattTonk in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-26-2015, 09:59 AM
  2. Rolling avg last three
    By jpernice in forum Excel General
    Replies: 3
    Last Post: 05-04-2015, 06:31 PM
  3. HLOOKUP Help. HLOOKUP links to Drop down list problems
    By finalmike in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-02-2013, 07:08 PM
  4. HLOOKUP in HLOOKUP, Base Estimate Table in Excel
    By gqdallas in forum Excel General
    Replies: 20
    Last Post: 10-19-2009, 01:41 PM
  5. rolling
    By dustin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-03-2006, 05:20 PM
  6. [SOLVED] Z Chart i.e. top rolling annual bottom rolling monthly middle ***.
    By wat prin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-28-2005, 02:06 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