+ Reply to Thread
Results 1 to 3 of 3

Match date and name of master sheet and bring the data from second sheet column F

  1. #1
    Forum Contributor
    Join Date
    01-29-2011
    Location
    Pakistan
    MS-Off Ver
    Excel 2013
    Posts
    256

    Match date and name of master sheet and bring the data from second sheet column F

    Hi Experts !

    I have a master sheet column A having Dates ,Column B ,Names column F contains values . Second sheet contains same columns but the date , name and values column not in sequence.

    I need a formula that match the dates,names from second sheet and bring column F which contains the values.

    Hope i understand well.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Match date and name of master sheet and bring the data from second sheet column F

    Try something like this...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    ------
    ------
    ------
    ------
    ------
    ------
    ------
    ------
    2
    1/1/2017
    Blinp
    10
    1/1/2017
    Blinp
    10
    3
    1/5/2017
    Hucca
    50
    1/2/2017
    Ponk
    20
    4
    1/2/2017
    Ponk
    20
    1/3/2017
    Doobie
    30
    5
    1/3/2017
    Doobie
    30
    1/4/2017
    Rumo
    40
    6
    1/4/2017
    Rumo
    40
    1/5/2017
    Hucca
    50
    7
    1/6/2017
    Sarm
    60
    1/6/2017
    Sarm
    60


    This array formula** entered in C2 and copied down:

    =INDEX(H$2:H$7,MATCH(1,(F$2:F$7=A2)*(G$2:G$7=B2),0))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,150

    Re: Match date and name of master sheet and bring the data from second sheet column F

    Try

    =INDEX(Sheet2!$F$2:$F$100,MATCH(1,(Sheet2!$A$2:$A$100=Sheet1!$A2)*(Sheet2!$B$2:$B$100=Sheet1!$B2),0))

  4. #4
    Forum Contributor
    Join Date
    01-29-2011
    Location
    Pakistan
    MS-Off Ver
    Excel 2013
    Posts
    256

    Re: Match date and name of master sheet and bring the data from second sheet column F

    Hi Tony / John
    Many thanks both formulas works great , Saved my long day ...

+ 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: 1
    Last Post: 11-07-2016, 09:08 AM
  2. replicating a column from master sheet to other sheets and sorting on the master sheet
    By kstormy1983 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-26-2016, 07:57 PM
  3. Automatically bring new sheet's data into master sheet
    By mattmitchell0203 in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 06-24-2016, 10:07 PM
  4. VB Code to match data and bring to another sheet.
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-06-2016, 04:28 AM
  5. Replies: 1
    Last Post: 09-15-2014, 01:03 PM
  6. pull data from two sheet and paste into master sheet with desired column's only
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2014, 03:39 AM
  7. Look in another sheet match & bring data back
    By gill389 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-31-2011, 01:56 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