+ Reply to Thread
Results 1 to 6 of 6

Collate a Data's based on Ref No.

  1. #1
    Registered User
    Join Date
    01-08-2019
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    35

    Collate a Data's based on Ref No.

    Hi All,

    I'm Confused how create a formula for this.
    Here all Product Collate in single cell based on the Ref No.
    Plz help this
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,224

    Re: Collate a Data's based on Ref No.

    Are you OK t use VBA for this? If not, what is the MAXIMUM number of products that will be collated in one cell?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Collate a Data's based on Ref No.

    Here you go, I used UDF & INDEX+MATCH to consolidate as you required,
    Pls refer the sheet for more info
    UDF:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,224

    Re: Collate a Data's based on Ref No.

    Non-VBA alternative.

    Helper in D3, copied down:
    =IFERROR(B3&", "&INDEX(D4:D16,MATCH(A3,A4:A16,0)),B3)

    In H3, copied down:
    =IFERROR(INDEX($A$2:$A$16,MATCH(0,INDEX(COUNTIF($H$2:$H2,$A$2:$A$16),0),0)),"")

    In I3, copied down:
    =IF(H3="","",INDEX($D$3:$D$16,MATCH(H3,$A$3:$A$16,)))

    and in J3, copied down:
    =IF(H3="","",SUMIF(A:A,H3,C:C))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-08-2019
    Location
    Chennai, India
    MS-Off Ver
    2010
    Posts
    35

    Re: Collate a Data's based on Ref No.

    Thank You... ALL
    It's Working

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,224

    Re: Collate a Data's based on Ref No.

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to collate data from three sheets
    By Sanjibghosh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-07-2017, 08:07 AM
  2. [SOLVED] Collate similar data in one row
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 26
    Last Post: 04-30-2016, 03:15 AM
  3. Gather data based on date and collate into a weekly total
    By Issy.87 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-15-2015, 08:02 PM
  4. [SOLVED] Collate (lookup) Multiple orders at the same time, based on DATE range in a table
    By Prodschdler in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-05-2013, 05:19 PM
  5. Collate data
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-31-2012, 09:39 PM
  6. Need to collate some data in excel. Help!
    By kishoremcp in forum Excel General
    Replies: 1
    Last Post: 01-29-2012, 08:38 PM
  7. Collate Data
    By Chatbot in forum Excel General
    Replies: 20
    Last Post: 09-08-2011, 07:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1