I have a workbook with multiple worksheets.
1st sheet contains data - 000's of rows with many cols (one of which is txn #)
On this sheet, a given txn # may have multiple rows associated with it (the txn # is the same but each row has specific data).
2nd sheet has list of 20 unique txn #s
On 3rd sheet, I want to extract all of the rows (from 1st sheet) per each txn # and continue repeating for each of the 20 txn #s .
Essentially I want to take first txn # value from 2nd sheet and extract all row matches from 1st sheet onto the 3rd sheet.
Then do the same with the second txn # value from 2nd sheet, and so on...
Is this possible with excel?
1st sheet contains data - 000's of rows with many cols (one of which is txn #)
On this sheet, a given txn # may have multiple rows associated with it (the txn # is the same but each row has specific data).
2nd sheet has list of 20 unique txn #s
On 3rd sheet, I want to extract all of the rows (from 1st sheet) per each txn # and continue repeating for each of the 20 txn #s .
Essentially I want to take first txn # value from 2nd sheet and extract all row matches from 1st sheet onto the 3rd sheet.
Then do the same with the second txn # value from 2nd sheet, and so on...
Is this possible with excel?