![]() |
|
#11
|
|||
|
|||
|
Batman, While you matched the output of the last test file, your process when run on the actual data file returned 21 rows when I should have returned 39. I think the problem is your output is limited to the number of unique file names you find in NDS_SHEET. That is not the intended process. The intended process is to look at every row in the RS_SHEET For Every row look at Every row in the NDS_SHEET If the row NDS_SHEET File Name (column 8) is InStr(RS_SHEET column 2) Then create record in Overlay. I'm currently doing that process just in a different way and I get the result I need. It is faster than looping through every row and every row but still takes time. Your process seems faster but it isn't returning all the required results. I've attached another file which I think will help you see what I am talking about if you still have interest. Thank you. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Remove the subtotal columns in a sheet | Marcia | Excel | 3 | 12-01-2023 05:48 AM |
Relating cells in a row in one sheet to cells in columns on another sheet.
|
mbesspiata3 | Excel | 2 | 01-06-2017 05:42 AM |
Create a New Sheet from Existing Sheet with Specific Columns
|
malam | Excel Programming | 1 | 10-17-2014 10:01 PM |
From an XL sheet ,how to keep the group of columns which match with other XL sheet
|
Zubairkhan | Excel | 2 | 03-04-2014 10:57 PM |
| Removing columns within sheet | shabbaranks | Excel | 2 | 09-11-2012 05:03 AM |