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
Bookmarks