Formula HELP!!

Strong_Warning

New Member
Joined
Nov 15, 2007
Messages
42
Hi All

Ive got one that has me stumped. I appreciate any help anyone can give me on this one!!

Sorry I dont know how to post examples in here properly but here goes


ColumnA ColumnB
ab67 App-Infran InfranView 4.27 R1.0-User
ab67 App-Mindjet MindManager 9.1.157 R1.0-Comp
ab67 App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp
ab67 App-Space-Time Research SuperTABLE 6.5.1 R1.0-User

I have a list of pc applications for each user ID. Each application & user ID is on a different row.

What I need is to concatenate all the apps for each user with comma's separating them

so if column A = ab67 then I want to return a result of :
App-Infran InfranView 4.27 R1.0-User,App-Mindjet MindManager 9.1.157 R1.0-Comp,App-Pitney Bowes MapInfo Pro 10.5 R1.0-Comp,App-Space-Time Research SuperTABLE 6.5.1 R1.0-User

Forgive me if concatenate is the wrong function here but if anyone can help me on this one I will really appreciate it!!

Thanks heaps
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Would a VBA solution be acceptable?

Would you know what to do with a VBA module if it was posted here?

These records all have the same userid. Would you be able to post a larger sample containing more different ids?

Can you guarantee that the file is grouped by userid?
 
Last edited:
Upvote 0
Could you spare a moment to post that here? It might help someone else seeking a similar solution some time in the future, and they search the forum.

MrExcel features quite highly in Google search results.
 
Upvote 0
Sorry I was a little too keen to get out on Friday, it was the below formula not the =rept

IF(A2=A3,CONCATENATE(H3,",",L2),H3)


This returns a result on each line. I wanted only the line with the entire list concatenated so I used IF(A2<>A9,L9,"")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,538
Messages
6,179,413
Members
452,912
Latest member
alicemil

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