Results 1 to 4 of 4

Using VLOOKUP to display date if present, if not display today's date

Threaded View

jvegastn Using VLOOKUP to display date... 02-26-2009, 04:21 PM
martindwilson Re: Using VLOOKUP to display... 02-26-2009, 04:24 PM
jvegastn Re: Using VLOOKUP to display... 02-26-2009, 04:28 PM
NBVC Re: Using VLOOKUP to display... 02-26-2009, 04:25 PM
  1. #1
    Registered User
    Join Date
    02-09-2009
    Location
    Nashville, TN
    MS-Off Ver
    Excel 2007
    Posts
    47

    Using VLOOKUP to display date if present, if not display today's date

    Right now I'm currently using an IFERROR, VLOOKUP formula to display an availability date for a product.

    Atm, it reads some like this

    =IFERROR(VLOOKUP(A4, '[Master Deliv Dates.xlsx]Master Delivery Dates'!$A$1:$B$139, 2, FALSE), "2/26/09")
    However this isn't the most effective and will have to be changed everytime I run a new report.

    What I would like to do is run the VLOOKUP against my Master Delivery Date data, if a date is present for that style I would like it to return that date. If it is not present in the table I would like it to return today's date.

    Thoughts? Thanks in advance
    Last edited by jvegastn; 02-26-2009 at 04:28 PM.

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