I’m working on a project that requires that I identify which months a given activity resided in.
The data set I’m working with ranges from 10/1/11 until 3/31/12 in respect to “Start Date”.
Example 1:
Start Date: 10/15/11
End Date: 1/11/12
Answer Needed: October, November, December, January (Populates “Yes” in cells C-F, “no” G and H)
Example 2:
Start Date: 1/12/12
End Date: 1/14/12
Answer Needed: January (Populates “Yes” in cell F “No” in cells C-E, G and H)
Example 3:
Start Date: 11/20/11
End Date: Blank
Answer Needed: November, December, January, February, March (Because the end date the activity isn’t complete. Therefore, the months from start date to March should populate as “Yes” D-H, “No” C)
Attached is an example of what I’m trying to accomplish via a formula. Any help is greatly appreciated as I’m stumped on this one.
Example Start Date End Date Month.xlsx
Bookmarks