+ Reply to Thread
Results 1 to 9 of 9

I dont know if I have to do a Match or Index formula to solve this problem!

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    I dont know if I have to do a Match or Index formula to solve this problem!

    Hi Everyone!


    On Delete worksheet I need to do a look-up to copy all columns and rows from both Ruhle_customers and Ruhle_prospects worksheets that the first column says No-Delete.

    I attached a portion of my workbook as an example.

    I cant get it to pull from both worksheets......

    Can anyone help me please!

    Thank you in advance for your help!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    here is the macro way to accomplish this

    A question what to do after you transfer the record to the DELETE tab
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-12-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    I still want it to leave the row of data in the original worksheet. Is there anyway to make this run automatically from both worksheets? Also, when I run it, it recopies the same rows as before.

    Thanks so much for your help!

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    I know that... I'll code it and flag the copied records... I'll try to make run automatically..

  5. #5
    Registered User
    Join Date
    12-12-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    You're the best!!! Thank you!!! You've made my day!

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    The data from two tables can be combined into one table for this exercise. Copy the headers from one of the tables and paste on a new sheet. Select a range larger than the data in the table and enter a formula like =table1 with Ctrl+Shift+Enter and the contents of the table will be inserted into the range.

    It combines all the NO-DELETE data from both tables.

    Upon further testing, this will only work once unless you the ranges that you assign to each table are large enough to handle new data added. Once the range is filled, no more data can be added until rows are inserted and the range re-selected and re-assigned to the table...This is a set-up that requires maintenance in order to work for extended data entry in the first two tables.

    I am going to do further testing to see what I can find out.
    Attached Files Attached Files
    Last edited by newdoverman; 07-02-2013 at 08:12 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  7. #7
    Registered User
    Join Date
    12-12-2012
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    This is fantastic! Thank you both for your help!!!

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    You're welcome

    Glad to have been of some help.

  9. #9
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: I dont know if I have to do a Match or Index formula to solve this problem!

    here is the automated non-repetitive version. If you choose NO-delete it will transfer it!!!
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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