Scan multiple cols and row, and arrange in 2 columns

sagarrd

New Member
Joined
May 20, 2021
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I am struggling to get the expected output as below.

Input data:

1621622741771.png


Output data:

1621622786227.png


In the output data - Column 2 is unique concatication of Column 2,3, and 4
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
How about
+Fluff 1.xlsm
ABCDEFG
1
2App 1S1ATApp 1S1; A; T; B; U
3App 1BUApp 2S2; C; V
4App 2S2CVApp 3S3; D; W; E; X
5App 3S3DW
6App 3EX
7
Survey Data
Cell Formulas
RangeFormula
F2:F4F2=UNIQUE(A2:A6)
G2:G4G2=TEXTJOIN("; ",1,FILTER($B$2:$D$6,$A$2:$A$6=F2))
Dynamic array formulas.
 
Upvote 0
Solution
Thanks @Fluff ; Great, could never imagine that someone could make that so simple, I was thinking of extremely complex scripts.

Can we add something so that values in the cell G2, G3 and G4 are unique.
 
Upvote 0
In what way?
Can you post some sample data with expected results.

MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.
 
Upvote 0
Thanks @Fluff ; Great, could never imagine that someone could make that so simple, I was thinking of extremely complex scripts.

Can we add something so that values in the cell G2, G3 and G4 are unique.
To clarify on my following sentence "Can we add something so that values in the cell G2, G3 and G4 are unique."

G2 should have distinct values in the cell, similarly G3 and G4 should have distanct.
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,217
Members
452,619
Latest member
Shiv1198

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