Line Break after each unique entry

garypea123

Board Regular
Joined
Mar 16, 2020
Messages
221
Office Version
  1. 365
Platform
  1. Windows
Good Afternoon,

Unfortunately I do not have XLSBB on computer (due to restrictions)

In C4 I have my list of numbers

In D4 I would like a formula which will look at the data from C4# and create a break after each unique entry.

Have a great weekend all :)

UNIQUE BREAK.PNG
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Forgot to remove the two Drop functions, try
Excel Formula:
=LET(u,UNIQUE(C4:C12),rd,REDUCE("",u,LAMBDA(a,b,LET(f,FILTER(C4:C12,C4:C12=b),r,ROWS(a),s,SEQUENCE(r+ROWS(f)+1),IFERROR(IF(s<=r,a,INDEX(f,s-r)),"")))),INDEX(rd,SEQUENCE(ROWS(rd)-2,,2)))
 
Upvote 0
That works absolutely perfect - Thank you very much for your assistance :)
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,820
Members
449,049
Latest member
cybersurfer5000

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