+ Reply to Thread
Results 1 to 4 of 4

Pull specific data by date

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

    Pull specific data by date

    I need to pick your brains again.
    I have a running data sheet. It starts in January and will run to the end of the year and is filled with a ton of data. The data is recorded by date and shift I need to extract data from specific cells and enter them into a second sheet where the data will be graphed monthly.
    What I'd like to see happen is pull the date and the data and paste it into the correctfield on the second sheet. (in the attached sample, I set sheet 2 to act as the second sheet.)

    I have tinkered with if statements, offset, vlookup, hlookup, etc.
    I am pretty confident one if not multiple ones I have listed will work..... I just don't know how..
    Any help would be greatly appreciated.
    Attached Files Attached Files
    Last edited by ppidgursky; 11-09-2017 at 09:58 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,417

    Re: Pull specific data by date

    First, check that the dates on both sheets are set properly as dates, then this in C11 of sheet 2:

    =IFERROR(INDEX(Sheet1!$B$14:$M$14,1,MATCH(1,(Sheet1!$B$4:$M$4=Sheet2!C$14)*(Sheet1!$B$5:$M$5=LEFT($B11,1)),0)),"")

    ... confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Pull specific data by date

    or can use sumifs as there is need to extract numbers

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Registered User
    Join Date
    07-28-2013
    Location
    Georgia
    MS-Off Ver
    Excel 2010, 2013
    Posts
    8
    Quote Originally Posted by shukla.ankur281190 View Post
    or can use sumifs as there is need to extract numbers

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This worked perfectly. Thank you for your time.

+ 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. [SOLVED] Macro to pull data for a specific date range
    By Shellybelly in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-19-2015, 12:17 PM
  2. [SOLVED] trying to get a formula that will pull data for a specific date.
    By Shellybelly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-24-2014, 10:07 AM
  3. insert code to pull only data that matches a specific date entered in a cell
    By Ben.Cgg in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-10-2013, 12:04 PM
  4. [SOLVED] VBA to Pull specific XML Data from Web
    By Spyderz in forum Excel Programming / VBA / Macros
    Replies: 30
    Last Post: 10-22-2012, 04:59 PM
  5. Replies: 3
    Last Post: 04-29-2012, 03:16 AM
  6. [SOLVED] Pull and store a value on specific date in another cell
    By Brian in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2005, 06:20 PM
  7. [SOLVED] Pull and store a value on specific date in another cell
    By Brian in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2005, 06:17 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