how do you combine cells in the same column using the same identifier

ac1223

New Member
Joined
Jan 9, 2024
Messages
7
Office Version
  1. 365
Platform
  1. Windows
1727200095084.png


I Basically need to know if there is a way to say "if ID and Sequence are the same, combine the colors into 1 cell". It is ok if it combines the color cells in every row.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Perhaps this:
Book1
ABC
1IDSeqColor
212341Red
312341Blue
455551Red
555551Purple
655551Blue
7
8
9
1012341Red;Blue
1155551Red;Purple;Blue
Sheet2
Cell Formulas
RangeFormula
C10:C11C10=TEXTJOIN(";",,FILTER($C$2:$C$6,($A$2:$A$6=A10)*($B$2:$B$6=B10)))
 
Upvote 0
An alternative with Power Pivot
 

Attachments

  • Screenshot 2024-09-24 125336.png
    Screenshot 2024-09-24 125336.png
    49.6 KB · Views: 3
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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