Results 1 to 12 of 12

Copy data from row to a worksheet from multiple sheets based on Date

Threaded View

  1. #1
    Registered User
    Join Date
    06-15-2011
    Location
    S. Carolina
    MS-Off Ver
    Excel 2016
    Posts
    15

    Copy data from row to a worksheet from multiple sheets based on Date

    Hello all,

    I am hoping somebody can assist me with this.

    A very long time ago, "NBVC" on these forums gave an answer to a question that is almost exactly what I need. It is here from 7-17-2009:

    Quote Originally Posted by NBVC View Post
    See attached.

    Add a column in the All sheet (Column N) and in N5 entered formula:

    =IF(A5="","",IF(K5<=TODAY()+60,MAX($N$4:N4)+1,""))

    which counts the number of matches (within 60 days of today)..

    formula is copied down to row 100 to accomodate future additions.. you can copy down even further.

    then in Renewals sheet...in A2, use formula:

    =IF(ROWS($A$2:$A2)>MAX(All!N:N),"",ROWS($A$2:$A2)) copied down to count count of rows that will be extracted... copy down as far as you want..

    in B2, use formula and copy down as far as you want and across all columns...

    =IF($A2="","",INDEX(All!A:A,MATCH($A2,All!$N:$N,0)))

    no need for button.. live update.

    I almost have the exact type thing but I have multiple sheets with dates on that I need to have checked and then return the row of data to a main sheet for expiring.

    Basically, I have the main sheet of "Expiring Licenses". This is the sheet that will collect the data from the other sheets based on expiring within the next 2 months from the current date. All the other sheets are individual office workers with licenses in different states that have expiration dates. I want to be able to have the main sheet just show me the people and particular license that is going to be expiring in the next 2 months and move the data over to the main sheet. I only need the data shown in the Expiring Licenses Sheet from the Name Sheets. Once, the name sheet gets updated when they renew their license, the Expiring Licenses sheet automatically changes with the update. Also, on the Name sheets, I want to be able to have cells "D" "E" they are Merged and pull the name from the Tab below. I thought I had it updating even if I changed the tab name but it doesn't. I just wanted to anytime I change the tab name, to change in the merged column. I don't have an issue un-merging the name column either. If you could please assist me with this, that would be amazing. Thanks very much.

    I've attached a dummy file in case it will help.

    Thanks in advance,

    Chris
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Merge multiple sheets data into one worksheet based on multiple criteria and date
    By hecgroups in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 02-03-2018, 04:19 AM
  2. Replies: 29
    Last Post: 01-01-2017, 10:25 AM
  3. [SOLVED] Merge multiple sheets data into one worksheet based on multiple criteria
    By hecgroups in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-05-2016, 10:32 AM
  4. Look up data in multiple sheets based on date
    By kristjank in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-20-2012, 09:49 AM
  5. Replies: 27
    Last Post: 08-17-2011, 05:25 PM
  6. Copy data to a different sheets based on date
    By rohan1977 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-15-2010, 08:13 PM
  7. Copy data from 2 sheets based on date
    By drewship in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-11-2010, 11:04 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