+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,479

    Re: Formula to place name next to appropriate date

    date in col a does not match date+ time in col d so it would be n/a

    e.g 3/29/2009 real numerical value is 39901
    3/29/2009 6:00:00 real numerical value is 39901.25 so no match can be found
    Last edited by martindwilson; 06-15-2009 at 03:44 PM.
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  2. #17
    Registered User
    Join Date
    04-12-2009
    Location
    northbrook, usa
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Formula to place name next to appropriate date

    it only worked for b2 which has a time of 6:00. b3 etc still shows as available

  3. #18
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,479

    Re: Formula to place name next to appropriate date

    no i changed my post as i saw times were not consistent you are going to have to remove them to match date
    in your example put
    =INT(D2) in cell c2 and drag down
    change vlook up to include c (note column change from 2 to 3)
    =IF(ISNA(VLOOKUP(A2,C:E,3,FALSE)),"Available",VLOOKUP(A2,C:E,3,FALSE))
    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

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.2.0