+ Reply to Thread
Results 1 to 5 of 5

How to search termination date

  1. #1
    Registered User
    Join Date
    04-07-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    How to search termination date

    Hi,

    I have employee information. In column A contain Employee name and from column b to column z contain date in the 1st row

    [t]col-a[/t][t]col-b[/t][t]to[/t][t]col-z[/t]
    [t]DATE[/t][t]1-Apr[/t][t]2-Apr[/t][t]and so on[/t]
    [t]1[/t][t]xyz[/t][t]Present[/t]
    [t]2[/t][t]abc[/t][t]Present[/t]
    [t]3[/t][t]pqr[/t][t]
    [t]4[/t][t]lmn[/t][t]
    [t]5[/t][t]guru[/t][t]TER[/t]

    If 5th row employee terminate on 1st Apr then i should write the word "TER" in the cell b5.

    Now my question is -

    If I write name of employee in the cell 'AB2' who has terminated then I want his termination date in the cell 'AC2'.

  2. #2
    Registered User
    Join Date
    04-07-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    How to search termination date

    Hi,

    I have employee information. In column A contain Employee name and from column b to column z contain date in the 1st row


    If 5th row employee terminate on 2nd Apr then i should write the word "TER" in the cell C5.

    Now my question is -

    If I write name of employee in the cell 'F2' who has terminated then I want his termination date in the cell 'F5'.
    Attached Images Attached Images

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792

    Re: How to search termination date

    For youe example then use the formula

    =INDEX(B2:C2,MATCH("TER",INDEX(B4:C7,MATCH(F3,A4:A7,0),0),0))

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: How to search termination date

    Threads merged.
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Registered User
    Join Date
    04-07-2009
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How to search termination date

    Thank You

+ 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