I am currently extracting the month from the LATEST date that appears in a column of dates. I would like to then perform an action if that month falls within a pre-defined range of months - day and year are not important, but the range of months could span into the following year, so it's not a contiguous range of Jan to Dec.
For example, I have determined that "Nov" (or 11) is the month of the latest date that appears in my date column. I want a cell location to get the value of "6" if "Nov" falls within my target range of "Sep" thru "Feb." Numerically speaking, does 11 fall within the range of 9, 10, 11, 12, 1, and 2, and if so, put a 6 in a cell location?
I do not yet have the 9 - 2 range of months defined anywhere.
How would I go about doing this?
Bookmarks