+ Reply to Thread
Results 1 to 5 of 5

Help pulling data between two dates

  1. #1
    Registered User
    Join Date
    06-10-2011
    Location
    Thunder Bay, ON
    MS-Off Ver
    Excel 2003
    Posts
    3

    Help pulling data between two dates

    Hello all,

    First post here, here goes nothing.

    I am working on a spreadsheet for my work currently, and what I need basicly is a function (or already built in command) to simply get a WEEK TO DATE budget total.

    Essentially I have a budget sheet with colum A = DATE and cloumn B = $$ BUDGET

    I need the spreadsheet to automaticly calculate the previous SATURDAY of the week up to TODAY and display it.

    Is this possible? Any ideas? Thanks in advance!
    Last edited by Caidek; 06-11-2011 at 12:05 AM.

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Help pulling data between two dates

    Hello Caidek, Welcome to the forum!

    Please attach a sample file with the expecting results.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  3. #3
    Registered User
    Join Date
    06-10-2011
    Location
    Thunder Bay, ON
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Help pulling data between two dates

    Hi Haseeb,

    Heres an example of what im trying to do

    (P.S. LAST STAURDAY - TODAY is from the previous saturday untill todays date)
    Attached Files Attached Files
    Last edited by Caidek; 06-10-2011 at 11:17 PM.

  4. #4
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    Office 2021
    Posts
    2,237

    Re: Help pulling data between two dates

    Try this,

    =SUMIFS(B3:B32,A3:A32,">="&TODAY()-WEEKDAY(TODAY()-7),A3:A32,"<="&TODAY())

  5. #5
    Registered User
    Join Date
    06-10-2011
    Location
    Thunder Bay, ON
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Help pulling data between two dates

    EDIT: Sorry Haseeb, I went ahead 2 days forward in time and made a tiny tweak (changed <= to <) and it seems to be working PERFECTLY!!!

    I appreciate all your awesome, extremely fast assistance!

    - Alan
    Last edited by Caidek; 06-11-2011 at 12:05 AM. Reason: Fixed

+ 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