+ Reply to Thread
Results 1 to 2 of 2

Copy INformation from Third Column of Data

  1. #1
    Valued Forum Contributor
    Join Date
    02-07-2013
    Location
    Philippines
    MS-Off Ver
    Excel Online; 365
    Posts
    633

    Copy INformation from Third Column of Data

    Hi Experts,

    Need your help.

    I have 3 columns of data and I need a formula to find the first instance of the word Open in column 2 and then copy the date in Column 3 to the rest of the values in Column 4:


    A Open 3/1/2016 3/1/2016
    A text 3/2/2016 3/1/2016
    A text 3/3/2016 3/1/2016
    A text 3/3/2016 3/1/2016

    B Open 3/1/2016 3/1/2016
    B text 3/2/2016 3/1/2016
    B text 3/3/2016 3/1/2016
    B text 3/3/2016 3/1/2016
    B text 3/4/2016 3/1/2016

    So basically all data in column 1 are the same. So for every instance of data in Column 1 - I need to find the first instance of the word "Open" then copy the date associates to it in column 4.

    Thank you for all your help experts!!!
    If I've helped U pls click on d *Add Reputation

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: Copy INformation from Third Column of Data

    Will 'Open' always be in first new entry for each letter in column 1?

    EDIT:
    If yes, put the formula below in D2 and fill down (and up to D1):

    =IF(ISBLANK($B2),"",IF($B2 = "Open",$C2,$D1))

    The formula below should work regardless of where "Open" falls. Enter it into D1 with a Ctrl + Shift + Enter and fill down:

    =INDEX($D:$D,MATCH(1,($A:$A=$A1)*($B:$B="Open"),0))
    Last edited by CAntosh; 03-21-2016 at 01:40 PM.

+ 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. Replies: 2
    Last Post: 09-28-2015, 07:57 PM
  2. Copy column 2 + columns y when there is information
    By agouveia in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-15-2014, 02:32 PM
  3. Copy information for missing cells in a column that already exists in duplicate
    By Mindturn in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-21-2014, 01:57 PM
  4. Copy Column information to Rows Depending on Text
    By goodvenom7 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-06-2014, 01:37 AM
  5. Copy parts of a row based on information in a column to another sheet.
    By acoman in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-23-2012, 09:32 PM
  6. Replies: 5
    Last Post: 06-20-2012, 05:19 AM
  7. [SOLVED] copy the B column from all Sheets and dump the information in a "totals" sheet B column
    By AlienPump in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-24-2012, 08:48 AM

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