+ Reply to Thread
Results 1 to 2 of 2

Formula to show the date with multiple criteria

  1. #1
    Registered User
    Join Date
    10-02-2012
    Location
    Philippines
    MS-Off Ver
    Excel 2007
    Posts
    86

    Formula to show the date with multiple criteria

    Sample:

    Sheet 1

    Date needed. Bldg. factory. Code. Cast
    Jan 1. B1. F1. Ccc 001 Feb 1
    Jan 2. B2. F1. Ccc 001 Feb 2


    Sheet 2

    Date needed. Bldg. factory. Code. Cast
    ___________. B1. F1. Ccc 001 feb 1
    ___________. B2. F1. Ccc 001 feb 2

    Formula to show the date needed from sheet 1 to sheet 2?

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Formula to show the date with multiple criteria

    Assuming data in A2:E500.
    In Column F of Sheet2 (or first open column)
    =B2&C2&D2&E2 dragged/copied down.
    You can hide this column if you like
    In Sheet1 A2

    = INDEX(Sheet2!$A$2:$A$500, MATCH(B2&C2&D2&E2, $F$2:$F$500,0))
    dragged/copied down
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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