Hello,
I have a resource planning sheet (Controls Resource Planning) that lists task for individuals along with other pertinent information. I have a Start Date and End Date column. I also have Period Start and Period Finish columns. Our company fiscal calendar consists of thirteen, four-week periods. Since I don't have the calendar app to make a custom calendar, I imported a csv file made for Outlook into a second sheet called Outlook Calendar 2022. I want to use the calendar sheet as a lookup table to return the value in the Subject column and place it in the Period Start column of the ELZ Controls Resource Planning sheet.
Basically, in words my formula/function needs to say:
IF {Outlook Calendar 2022} [Start Date] >= {ELZ Controls Resource Planning} [Start Date] <= {Outlook Calendar 2022} [End Date],
THEN move contents of {Outlook Calendar 2022}Subject to {ELZ Controls Resource Planning} [Period Start]
I don't know whether or not an actual IF statement with a nested AND function will work, or if I need to try and use VLOOKUP in combination with another function. Any suggestions would be appreciated.