+ Reply to Thread
Results 1 to 5 of 5

Display info from a separate report by matching the date

  1. #1
    Registered User
    Join Date
    05-31-2011
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Display info from a separate report by matching the date

    Hello all,

    I'm trying to get one report (that is created daily) to pull information for that date from another report (which is build more like a database, containing all the daily info for the entire year thus far). These are two separate workbooks in separate folders.

    On the first report, I have the date set up automatically with =Today()-1. I'm using the -1 because the report is created around 3 or 4 in the morning the next day, but is reporting the previous day volumes and times.

    I was trying to get a formula that would compare the date cell at the top of the first report (ex. A1) with column A (which is the list of dates for the year) on the second report. Once it found a match, it would then pull the corresponsing info from column C (volume) and column D (finished time) of the second report and display them in cells (ex. B5 and C5) on the first report.

    If any more information is needed, please let me know.
    Any help would be greatly appreciated.
    Last edited by Srp; 05-31-2011 at 07:00 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Display info from a separate report by matching the date

    Hi,
    Please Login or Register  to view this content.
    where Book2 contains the second report. If Book2 is not open in memory you'll need to preface the [Book2] references with the drive and path, e.g. C:\MyFolder\[Book2]

    Change the row refs 1:100 as appropriate

    Regards

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-31-2011
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Display info from a separate report by matching the date

    It worked! Thank you very much.

  4. #4
    Registered User
    Join Date
    04-01-2011
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Display info from a separate report by matching the date

    Quote Originally Posted by Richard Buttrey View Post
    Hi,
    Please Login or Register  to view this content.
    where Book2 contains the second report. If Book2 is not open in memory you'll need to preface the [Book2] references with the drive and path, e.g. C:\MyFolder\[Book2]

    Change the row refs 1:100 as appropriate

    Regards

    Regards
    I'm glad I found this thread because I'm trying to do a similar task, just slightly different... here's the setup:

    Sheet 2 of my workbook contains a database of information... several hundred entries. Each row contains data like this: Location, coverage time, start time, end time, and other non pertinent info.

    Sheet 4 of my workbook needs to be a report that lists the Location, coverage time, start time and end time only and only if one of the other non-pertinent cells in that row is greater than 0.

    I could easily do this with an IF function for each column, but the only way I know to do it is for Sheet 4 to mirror sheet two row for row, however I don't want 50 blank rows before I get to another true return... If the rows in Sheet 2 that need to be returned and displayed on Sheet 4 are rows 2, 50, 150, and 200 I want them all listed one below the other (e.g. rows 2,3,4,5 etc) As I'm sure you guessed, Sheet 4 is a report page giving a snap shot of Locations and their data that meet the criteria... ANY help would be greatly appreciated. I've hit a wall. Thanks!

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Display info from a separate report by matching the date

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread.

    Regards

+ 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