+ Reply to Thread
Results 1 to 4 of 4

Extracting Data to a New Sheet Based on Dates

  1. #1
    Registered User
    Join Date
    10-19-2018
    Location
    Sandusky
    MS-Off Ver
    2017
    Posts
    2

    Extracting Data to a New Sheet Based on Dates

    So I have a cell on sheet one that I want show data from another sheet using the todays date in one column and find the information in the cell to the right in another column corresponding with that date. So sheet 1 k12 is the cell I want the information to go into. Sheet 2 has a range of cells with multiple dates (B7:B452) that I need to look through and match with todays date. And find the data to the right of that date in another range of cells (D&:D452) for cell k12.
    Last edited by AliGW; 10-19-2018 at 10:23 AM.

  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. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: Extracting Data to a New Sheet Based on Dates

    Welcome to the forum!

    Our rules require you to come up with useful thread titles, that is titles that explain your problem. To show you what I mean, I have changed yours for you this time, but we expect you to produce better thread titles yourself in future, please.

    Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one and nobody wants to have to recreate your data from scratch.

    1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.

    2. Make sure that your desired results are also shown (mock up the results manually).

    3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).

    4. Try to avoid using merged cells as they cause lots of problems.

    Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
    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
    Registered User
    Join Date
    10-19-2018
    Location
    Sandusky
    MS-Off Ver
    2017
    Posts
    2

    Re: Extracting Data to a New Sheet Based on Dates

    Here is a mock up of what I'm looking for.
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,562

    Re: Extracting Data to a New Sheet Based on Dates

    Looking at the attachment I believe that you want the retrieval formulas to go into cells K20 and M20.
    K20: =INDEX('ICiMS Flow'!D7:D452,MATCH(TODAY(),'ICiMS Flow'!B7:B452,0))
    M20: =INDEX('ICiMS Flow'!E7:E452,MATCH(TODAY(),'ICiMS Flow'!B7:B452,0))
    On the other hand, with a few modifications to the ICMS Flow sheet (see D4:S4), you could populate the entire range on the Snapshot sheet using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Issue with IF formula in Excel
    By BMD4 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-15-2018, 02:20 AM
  2. Replies: 7
    Last Post: 12-15-2017, 12:14 AM
  3. Excel Formula Issue
    By chrisellis250 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-29-2016, 09:01 AM
  4. Excel Formula Issue
    By RichardLeeds in forum Excel General
    Replies: 2
    Last Post: 05-05-2015, 12:07 PM
  5. MS Excel Formula issue
    By tahirsatti in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-18-2014, 02:22 PM
  6. VBA/Excel formula issue
    By spinkung in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-22-2007, 08:01 AM
  7. Excel Formula Issue
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 08-16-2006, 06:50 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