+ Reply to Thread
Results 1 to 7 of 7

Combining Rows and Data

  1. #1
    Registered User
    Join Date
    11-09-2018
    Location
    Kentucky
    MS-Off Ver
    Excel 16
    Posts
    4

    Combining Rows and Data

    I pull a report and when ever I have a Ext services it create 2 line items and with partial information. I would like for it to combine the rows and the data but only if there is a number in the Ext services Column. Attached is a example.
    Attached Files Attached Files

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

    Re: Combining Rows and Data

    which col you want to combine?
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Combining Rows and Data

    And in what manner do you wish them "combined"?
    Dave

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Combining Rows and Data

    Which column / row combine & where?


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

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

    Re: Combining Rows and Data

    Like this, in A2:
    =IFERROR(INDEX(Sheet1!$A$2:$A$14,MATCH(0,INDEX(COUNTIF($A$1:$A1,Sheet1!$A$2:$A$14),0),0)),"")

    in B2, copied across to C2:
    =IFERROR(LOOKUP(1,1/(Sheet1!$A$2:$A$14=$A2)/(Sheet1!B$2:B$14<>"#"),Sheet1!B$2:B$14),"")

    and finally, In D2, copied across to H2:
    =IFERROR(LOOKUP(1,1/(Sheet1!$A$2:$A$14=$A2)/(Sheet1!D$2:D$14<>""),Sheet1!D$2:D$14),"")
    Attached Files Attached Files
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    11-09-2018
    Location
    Kentucky
    MS-Off Ver
    Excel 16
    Posts
    4

    Re: Combining Rows and Data

    Don't know the best way to word this. So bear with me. So when this report generates and there a price in column D it make a duplicate row. For example Row 2 and Row 11 are the same job but it split them up. So whenever there a number in column D I would like for column B and C for Row 11 move to Row 2 and then Row 11 be deleted.

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

    Re: Combining Rows and Data

    You will need VBA to do that.

+ 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. [SOLVED] Combining data in different rows into one cell, grouping by common data
    By isabelle.r in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-01-2017, 08:08 AM
  2. Combining Data in Rows
    By Nairobi Nice in forum Excel General
    Replies: 9
    Last Post: 08-09-2016, 04:44 AM
  3. Replies: 9
    Last Post: 05-28-2014, 03:27 AM
  4. Combining Rows of Data
    By Branchard in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-18-2013, 06:02 AM
  5. [SOLVED] Macro help with combining data across 2 rows (and deleting non-required rows)
    By InnesMcc in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 05-20-2013, 05:21 AM
  6. [SOLVED] Combining Rows and keeping data from both rows.
    By chezbgone in forum Excel General
    Replies: 4
    Last Post: 03-10-2013, 06:06 AM
  7. Combining data in non-adj rows
    By mkingsley in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2008, 07:51 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