+ Reply to Thread
Results 1 to 5 of 5

Extract data from between two dates

  1. #1
    Registered User
    Join Date
    07-28-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010, 2013
    Posts
    8

    Extract data from between two dates

    Hello all,
    I need you assistance once again.

    I have a worksheet with a ton of data. It starts 1/1/17 and goes on throughout the year. Daily entries are made from two shifts so the dates duplicate and skip around due to days off or downtime. I want to be able to enter the date span and then have the data from specific cells from that span pulled and copied onto an new work book or sheet to be graphed.
    I attached a sample workbook. The 1st sheet would is the year long sheet of data, the 2nd is what I would like. The third sheet is a sample I found online that works exactly how I would want my sheet to work. The only catch is it works vertically and I could not figure out how to go horizontally with it.

    I have tried index and match, offset, sumif (which I came close with but because the duplicate dates it would add them together, where I need them separated). I am sure this can be done, I just haven't figured it out yet.
    Any help would be great.
    Attached Files Attached Files

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Extract data from between two dates

    All the dates in sheet 1, Daily_Data, row 4, are not in unique format.
    Try to use row 3 to convert into real date
    C3:=IFERROR(DATE(RIGHT(C4,2)+2000,LOOKUP(12,LEFT(C4,{1,2})+0),LOOKUP(31,MID(C4,SEARCH("/",C4)+1,{1,2})+0)),C4+0)
    Drag accross.

    Then in sheet2, Chart_Data
    B11:
    Please Login or Register  to view this content.
    Ctrl-shift-enter
    Drag accross as far as needed
    B12:
    Please Login or Register  to view this content.
    Ctrl-shift-enter
    Drag down and accross
    Attached Files Attached Files
    Quang PT

  3. #3
    Registered User
    Join Date
    07-28-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010, 2013
    Posts
    8

    Re: Extract data from between two dates

    This worked perfectly.
    Thank you for your time.

  4. #4
    Registered User
    Join Date
    07-28-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010, 2013
    Posts
    8

    Re: Extract data from between two dates

    I would love to understand these formulas better. If you would, could you explain these to me so I may be able to apply these in future projects that come up? (i.e the small, mid etc.) Or at least guide me to literature that would help.

    Thank you again.

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Extract data from between two dates

    Quote Originally Posted by ppidgursky View Post
    I would love to understand these formulas better. If you would, could you explain these to me so I may be able to apply these in future projects that come up? (i.e the small, mid etc.) Or at least guide me to literature that would help.

    Thank you again.
    OK. Try to see the guidance in file attached.
    Hope it is clear for you.
    Attached Files Attached Files

+ 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. Formula to extract data according to dates
    By yudadude in forum Excel General
    Replies: 1
    Last Post: 11-24-2017, 02:52 PM
  2. Extract data between two dates
    By Tarentum in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-28-2017, 05:48 PM
  3. [SOLVED] Extract Data Between 2 Dates
    By omagoodness in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-23-2016, 12:48 AM
  4. Extract data between two dates to listbox
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2015, 07:07 PM
  5. Extract data between two dates
    By Ogi in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-24-2014, 07:19 AM
  6. Extract data between two dates
    By grey_hair in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-21-2011, 10:25 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