+ Reply to Thread
Results 1 to 20 of 20

Copy and paste to one row based on matching values

Hybrid View

mhf89 Copy and paste to one row... 03-07-2017, 12:58 AM
CAntosh Re: Copy and paste to one row... 03-07-2017, 05:23 PM
mhf89 Re: Copy and paste to one row... 03-07-2017, 09:15 PM
JeteMc Re: Copy and paste to one row... 03-07-2017, 10:30 PM
mhf89 Re: Copy and paste to one row... 03-07-2017, 10:38 PM
JeteMc Re: Copy and paste to one row... 03-08-2017, 10:19 AM
mhf89 Re: Copy and paste to one row... 03-08-2017, 09:07 PM
JeteMc Re: Copy and paste to one row... 03-08-2017, 11:54 PM
JeteMc Re: Copy and paste to one row... 03-09-2017, 10:49 AM
mhf89 Re: Copy and paste to one row... 03-09-2017, 01:56 PM
JeteMc Re: Copy and paste to one row... 03-09-2017, 02:20 PM
mhf89 Re: Copy and paste to one row... 03-09-2017, 04:52 PM
melgra13 Re: Copy and paste to one row... 03-09-2017, 05:43 PM
mhf89 Re: Copy and paste to one row... 03-09-2017, 06:16 PM
JeteMc Re: Copy and paste to one row... 03-09-2017, 06:14 PM
jindon Re: Copy and paste to one row... 03-09-2017, 09:59 PM
JeteMc Re: Copy and paste to one row... 03-09-2017, 10:09 PM
melgra13 Re: Copy and paste to one row... 03-10-2017, 12:31 PM
mhf89 Re: Copy and paste to one row... 03-14-2017, 09:49 PM
JeteMc Re: Copy and paste to one row... 03-14-2017, 10:03 PM
  1. #1
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,074

    Re: Copy and paste to one row based on matching values

    Then lets try this two formula solution. The first column, E, is populated by the formula:
    Formula: copy to clipboard
    =IF(B2=B1,"",IF(AND(A3="Y",B3=B2),D3,""))
    Subsequent columns are populated by the formula:
    Formula: copy to clipboard
    =IF(E2="","",IF(AND(INDEX($A$1:$A$20,ROW()+MATCH(E2,$D3:$D$20,0)+1)="Y",INDEX($B$1:$B$20,ROW()+MATCH(E2,$D3:$D$20,0)+1)=$B2),INDEX($D$1:$D$20,ROW()+MATCH(E2,$D3:$D$20,0)+1),""))
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Copy paste values to another workbook based on multiple cell values
    By Bazinga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-23-2014, 12:41 PM
  2. Copy paste values to a cell with matching date
    By Beggar in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-03-2014, 12:49 AM
  3. Replies: 3
    Last Post: 11-26-2013, 04:53 AM
  4. Replies: 1
    Last Post: 11-25-2013, 09:30 AM
  5. [SOLVED] Report to copy paste data based on matching criteria
    By The_Snook in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-07-2013, 12:47 PM
  6. Copy/Paste range of cells to another worksheet based on matching criteria
    By maa50904 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-05-2013, 12:07 AM
  7. [SOLVED] Copy and paste based on two values
    By WVSpelunker in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-16-2012, 01:52 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