+ Reply to Thread
Results 1 to 3 of 3

Copy colors / names from Sheet2 to Sheet1

  1. #1
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Copy colors / names from Sheet2 to Sheet1

    Hello, I need your help to copy the colors / names from Sheet2 to sheets1.
    Copy only those colors that have the code in column E N11, and in column C = CSD.
    If the color is repeated in column A and in column E = N11 but the code in column C is a code other than CSD may not be copied.
    I am attaching the file where you understand better what I would get.
    Thanks in advance.
    Copia colore.xlsx

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Copy colors / names from Sheet2 to Sheet1

    IN Sheet2!B2, put this and copy down(you can hide this column)

    =IF(E2="N11";SUMPRODUCT(($A$2:$A$11=A2)*($C$2:$C$11<>"CSD"));"")

    Then in Sheet1! use this ARRAY formula

    =IFERROR(INDEX(Foglio2!$A$2:$A$11;SMALL(IF(Foglio2!$B$2:$B$11=0;ROW(Foglio2!$A$2:$A$11)-1);ROW(Foglio2!A1)));"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Copy colors / names from Sheet2 to Sheet1

    hank you very much Fotis1991 problem solved

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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