IF VALUE EQUALS X THEN COPY PASTE ROW TO NEW SHEET
Help!.. I would like to know how to copy paste from one sheet to another within the same file using the IF function.
Basically, looking a thousands of columns, if I want to copy specific rows (A15:K15), (B15:K15) etc.. of "sheet 1" to "sheet 2" only if (employee number) D15 = 11 (of sheet 1).
I would like the rows to follow in "sheet 2" and not appear at row 1500 if there is only 20 rows that were copied.
Does this make any sense? If VBA is needed... what would the code look like?
Thanks,
Tigershark
»
- tigershark45_can's blog
- Add new comment
- 6747 reads

filter
more on autofilter:
excelexperts.com/Teach-Yourself-Excel-Lesson-21-Filter-Data
Your VBA question
If you do want to use VBA, the code could look something like this: