Hello Gang,
I've been losing my sleep over this formula so I thought of asking here.
I need to determine whether a certain value is found in another sheet and if the date of that value if found within the date range of the matching value in the second sheet.
Example
Sheet 1 includes the following columns: DEP,ARR, DATE
Sheet 2 includes the following columns: CODE,DATE START, DATE END
The goal is to adda a column in Sheet 1 that checks whether DEP or ARR exists in {CODE}. If true, verify if its corresponding DATE falls between {START DATE} and {END DATE} included.
I thought of using a combination of COUNTIF but I didn't get anywhere so far.
Thank you!!!