SPECIFIC ARRAY COLLATE

Shakeable_Drip

Board Regular
Joined
May 30, 2023
Messages
50
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have a filter array that I'd like to collate like the below, is this possible? I don't want to collate by UNIQUE, I want to "remove" the next duplicates in the set. Thanks for your time!

data result
2 2
1 1
1 2
1 1
1
1
2
2
1
1
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
How about
Fluff.xlsm
AB
1
222
311
412
511
61
72
82
91
101
Master
Cell Formulas
RangeFormula
B2:B5B2=FILTER(A2:A10,A1:A9<>A2:A10)
Dynamic array formulas.
 
Upvote 0
Solution
Not sure that I got you....
Book1
ABC
1
222
311
413
531
612
711
82
92
101
111
Sheet1
Cell Formulas
RangeFormula
C2:C7C2=LET(a,A2:A11,b,OFFSET(a,1,0)<>a,FILTER(a,b))
Dynamic array formulas.
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0
the first filter answer didnt work, it looked like it would. The Let/offset was what I was after. thanks!
 
Upvote 0
In what way didn't it work?
 
Upvote 0
How about
Fluff.xlsm
AB
1
222
311
412
511
61
72
82
91
101
Master
Cell Formulas
RangeFormula
B2:B5B2=FILTER(A2:A10,A1:A9<>A2:A10)
Dynamic array formulas.
sorry, I shouldnt have said it didnt work, more as I dont know how to make it work. the Filter's include is from A1-A9 but those possitions fall outside my array spill. when I select my array to use in equations it reads as A2#. I tried to make it work with out the A1 offset and I couldnt figure it out. Selectins A1 and the bottom off the spill reads as A11 and when more is added to the array those get missed
 
Upvote 0
It would have helped if you had given us ALL the details at the start.
 
Upvote 0

Forum statistics

Threads
1,215,165
Messages
6,123,387
Members
449,098
Latest member
ArturS75

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