Hi, I am using a table below that contains a large amount of data; approx. 1800 unique rows, that will grow to 3500 potentially. I have various "Groups" within the data and want to create a separate workbook containing just 1 of the data groups. I have tried advance filters and IF calculations but cannot find a solution to creating the dynamic table in the new workbook. Any thoughts would be greatly received. I am not a VBA user (yet) and so straight formula would be my preferred solution method ? I would like the second workbook to have the same layout but only take across the rows that contain the word "corporate" - however, the "Code" is the most important as its the one used to VLOOKUP the data contained on each row - how do I get the "Corporate" rows across to the new sheet? thanks all in advance! Scott [TABLE="width: 500"]
<tbody>[TR]
[TD]Code
[/TD]
[TD]Name
[/TD]
[TD]Type
[/TD]
[TD]Group
[/TD]
[/TR]
[TR]
[TD]IDA11
[/TD]
[TD]Test 1
[/TD]
[TD]KNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]ILQ33
[/TD]
[TD]Test 2
[/TD]
[TD]LNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]IVDDI
[/TD]
[TD]Test 3
[/TD]
[TD]LNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]ILPLE
[/TD]
[TD]Test 4
[/TD]
[TD]Wholesale
[/TD]
[TD]Wholesale
[/TD]
[/TR]
</tbody>[/TABLE]
<tbody>[TR]
[TD]Code
[/TD]
[TD]Name
[/TD]
[TD]Type
[/TD]
[TD]Group
[/TD]
[/TR]
[TR]
[TD]IDA11
[/TD]
[TD]Test 1
[/TD]
[TD]KNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]ILQ33
[/TD]
[TD]Test 2
[/TD]
[TD]LNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]IVDDI
[/TD]
[TD]Test 3
[/TD]
[TD]LNR
[/TD]
[TD]Corporate
[/TD]
[/TR]
[TR]
[TD]ILPLE
[/TD]
[TD]Test 4
[/TD]
[TD]Wholesale
[/TD]
[TD]Wholesale
[/TD]
[/TR]
</tbody>[/TABLE]