+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Matching case with a date

  1. #1
    Registered User
    Join Date
    07-09-2012
    Location
    Nairobi
    MS-Off Ver
    Excel 2007
    Posts
    8

    Matching case with a date

    Hi all,

    Attached is an excel file which has an example of matching certain cells and then returning a date at a certain column.


    Please try and help.

    Regards
    Jake
    Attached Files Attached Files

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Matching case with a date

    something like this...

    =VLOOKUP("*"&B7&"*",B3:C3,2,FALSE)

    then issue iferror

    finish formula

    =iferror(VLOOKUP("*"&B7&"*",B3:C3,2,FALSE),"display this if not found")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    07-09-2012
    Location
    Nairobi
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Matching case with a date

    Hi Vlady,

    The formula does not give the date but rather gives a value in the column d7.

    What am i doing wrong?

    Jake

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Matching case with a date

    did you format the cell as date??

    you'll receive 41095 ---date: 7/5/212

  5. #5
    Registered User
    Join Date
    07-09-2012
    Location
    Nairobi
    MS-Off Ver
    Excel 2007
    Posts
    8

    Red face Re: Matching case with a date

    Hi

    Had forgotten that.

    Now it works

    Thanks alot

    Jake

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Matching case with a date

    welcome

+ 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