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

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
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,214,596
Messages
6,120,438
Members
448,966
Latest member
DannyC96

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