Littlemalky
Board Regular
- Joined
- Jan 14, 2011
- Messages
- 223
I have data in columns "A:H". I have part numbers in column A. There is a header in the first row. I'm running a vLOOKUP, in columns "D:H", against the part numbers in column A, and part numbers in 5 different files. If those part numbers exist on the other workbooks, a value will be present. All the other cells will have the typical "#N/A".
I need to exclude all the part numbers that have a value in their row between columns "D:H". Is there a way to write code to delete the row completely if a value comes up between D:H? I won't need that part number if it's already being used in one of these 5 workbooks.
P.S. There are quantities in column C all the way down, so it's important to note the D:H part. The amount of rows is always going to be different everyweek so I need it to search to the last row.
P.S.S. I'm using Excel 2007.
I need to exclude all the part numbers that have a value in their row between columns "D:H". Is there a way to write code to delete the row completely if a value comes up between D:H? I won't need that part number if it's already being used in one of these 5 workbooks.
P.S. There are quantities in column C all the way down, so it's important to note the D:H part. The amount of rows is always going to be different everyweek so I need it to search to the last row.
P.S.S. I'm using Excel 2007.