Split Worksheet

Brentsa

Board Regular
Joined
Oct 3, 2013
Messages
118
Office Version
  1. 365
Platform
  1. Windows
Good day,

I have a large worksheet and this worksheet changes day by day. In column A of "Difference Report (Historic): I have a list of names and the word: Inner Seal appears twice. Once in row 6 and then the second time it is random as it depends on the data in the worksheet. Worksheet has data from A:V

I would like to know if there is a formula that I can use to filter the first lot of data under Inner Seal to a Diff worksheet and the second lot of data under the second Inner Seal to Aggregate Diff Sheet.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
How about
Excel Formula:
=FILTER('Sheet 1'!A7:V10000,(ROW('Sheet 1'!A7:A10000)-ROW('Sheet 1'!A6)+1)<=XMATCH("Inner Seal",'Sheet 1'!A7:A10000,0))
and
Excel Formula:
=FILTER('Sheet 1'!A7:V10000,((ROW('Sheet 1'!A7:A10000)-ROW('Sheet 1'!A6)+1)>XMATCH("Inner Seal",'Sheet 1'!A7:A10000,0)+1)*('Sheet 1'!A7:A10000<>""))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,332
Messages
6,124,314
Members
449,153
Latest member
JazzSingerNL

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top