I need to update my formula so that it captures the month & year of a date.
Here is what I have now: =IFERROR(VLOOKUP(MONTH(D8),Months,2),"")
It works perfectly when all of the months are in the same year, but since the new year it is unable to differentiate between 2014 & 2015.
My gut tells me...