• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Quick help on Simple Excel formula

Monty

Well-Known Member
Hello Experts..
Iam struck with a simple formula for you guys..please help.

format

Col A
Col B
1 A
1 B
1 D
2 C
2 K
2 N

Now what iam looking from above data is;


OUTPUT

1 A,B,D
2 C,K,N


Plese help...i don't have excel on my system to upload excel file..Hope this helps..
 
Another option,

1] Helper C1, formula copy down :

=IF(A1=A2,B1&","&C2,B1)

2] Output H1, formula copy down :

=IFERROR(INDEX(A$1:A$17,MATCH(,INDEX(1-ISNA(MATCH(A$1:A$17,H$1:H1,)),),)),"")

3] Output I1, formula copy down :

=IF(H2="","",VLOOKUP(H2,A$1:C$17,3,0))

Regards
Bosco
 

Attachments

  • Book81A.xlsx
    9.9 KB · Views: 3
Back
Top