+ Reply to Thread
Results 1 to 11 of 11

Extracting Data from Sheet to Sheet

Hybrid View

  1. #1
    Forum Contributor 323100N's Avatar
    Join Date
    08-11-2017
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    272

    Extracting Data from Sheet to Sheet

    Good day,

    I have this Monthly Reporting sheet and I want to eliminate manual data scraping from RawData to specific date range.

    1. Extract all data depending on Start Date and End Date in Macro Tab

    Thank you.

    Please see attached file for references.
    Attached Files Attached Files
    Last edited by 323100N; 04-11-2019 at 09:18 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2014
    Location
    England
    MS-Off Ver
    Excel 2003 - 2016
    Posts
    575

    Re: Extracting Data from Sheet to Sheet

    You may have attached the wrong workbook as that one doesn't have a VBA project attached to it. At the very least we're going to need to see your code in order to offer advice.

    If you haven't written any code yet please start here: https://www.excelforum.com/excel-pro...materials.html

  3. #3
    Forum Contributor 323100N's Avatar
    Join Date
    08-11-2017
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    272

    Re: Extracting Data from Sheet to Sheet

    Quote Originally Posted by BellyGas View Post
    You may have attached the wrong workbook as that one doesn't have a VBA project attached to it. At the very least we're going to need to see your code in order to offer advice.

    If you haven't written any code yet please start here: https://www.excelforum.com/excel-pro...materials.html
    Thank you for the references, I have attached updated workbook with code that I found in google but I cannot extract all the information needed in the RawData. Only the header was extracted from the RawData.

  4. #4
    Registered User
    Join Date
    04-11-2019
    Location
    India
    MS-Off Ver
    MS office 2013
    Posts
    1

    Re: Extracting Data from Sheet to Sheet

    Hi,

    I need to read multiple Dat files and serach for particular text from the list captured into one excel sheet . If match is not found I need to capture file name for that dat file.

    Could some one pls help .

  5. #5
    Valued Forum Contributor
    Join Date
    03-24-2014
    Location
    England
    MS-Off Ver
    Excel 2003 - 2016
    Posts
    575

    Re: Extracting Data from Sheet to Sheet

    Anupam, you're going to need to start a new thread for your request.

  6. #6
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,709

    Re: Extracting Data from Sheet to Sheet

    @Anupam Preeti
    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original. Please start a new thread - See Forum rule #4

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  7. #7
    Forum Contributor 323100N's Avatar
    Join Date
    08-11-2017
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    272

    Re: Extracting Data from Sheet to Sheet

    any idea guys?

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,903

    Re: Extracting Data from Sheet to Sheet

    If a formula based solution is acceptable you might try the following, as modeled on Sheet3:
    1. Populate A5 and down using:
    Formula: copy to clipboard
    =IFERROR(INDEX(Table1[Client Name],AGGREGATE(15,6,(ROW(Table1[Client Name])-MIN(ROW(Table1[Client Name]))+1)/(Table1[Due Date]>=$B$1)/(Table1[Due Date]<=$B$2),ROWS($A$1:$A1))),"")

    2. Populate columns B: (starting with row 5) using: =IF($A5="","",INDEX(Table1[Pipeline Description],MATCH($A5,Table1[[Client Name]:[Client Name]],0)))
    Note that zero values are hidden using conditional formatting.
    Note that some columns containing dates need to be formatted as such.
    Note that this proposal assumes 'Client Names' are unique and selection of rows should be based on 'Due Date'.
    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.

  9. #9
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,834

    Re: Extracting Data from Sheet to Sheet

    vba
    Sub Button1_Click()
        With Sheets("RawData").ListObjects("Table1")
            .Range.AutoFilter Field:=23, Criteria1:=">=" & Sheets("macro").[j8], _
                        Operator:=xlAnd, Criteria2:="<=" & Sheets("macro").[j9]
            .Range.SpecialCells(12).Copy Sheets.Add.Cells(1)
            .AutoFilter.ShowAllData
        End With
    End Sub

  10. #10
    Forum Contributor 323100N's Avatar
    Join Date
    08-11-2017
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    272

    Re: Extracting Data from Sheet to Sheet

    Both works perfectly, Thank you!

  11. #11
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,903

    Re: Extracting Data from Sheet to Sheet

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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] Extracting data onto 1 sheet depending on the given sheet name
    By Eduards in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-01-2018, 06:08 PM
  2. Replies: 18
    Last Post: 07-08-2017, 11:53 PM
  3. Replies: 0
    Last Post: 08-03-2014, 03:32 AM
  4. Extracting Sum in one sheet with daily data being refreshed in another sheet.
    By Paritosh negi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2013, 07:47 AM
  5. Replies: 5
    Last Post: 07-10-2013, 02:33 PM
  6. Extracting data from a row on one sheet into another sheet based on a unique cell
    By roshanvarghese in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-23-2013, 03:49 AM
  7. extracting unknown data from sheet 1 to sheet 2
    By wurugu in forum Excel - New Users/Basics
    Replies: 11
    Last Post: 12-02-2011, 11:58 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