Shout out to Joe4 who helped me get this far.
I'm using this formula to produce a result of either Y or N based on the value in InclusionList!$A$2:$A$32
=IF(COUNTIF(InclusionList!$A$2:$A$32,B4)>0,"Y","N")
In reality, I have values in $A$2:$A$1000 but am only looking at $A$2:$A$32 because those have a specific date associated with them that is in column B on the InclusionList tab. For example, lets say that date in B2:B32 is 9/8/2022. B33:B65 may have 9/11/2022 and so on until we reach the end of the measured period of time. I need to modify the formula above so that it looks in cell D2 and only produces a Y if the conditions in the original formula are met AND InclusionList!$B:$1000 equals the value in D2.
Thanks on advance
I'm using this formula to produce a result of either Y or N based on the value in InclusionList!$A$2:$A$32
=IF(COUNTIF(InclusionList!$A$2:$A$32,B4)>0,"Y","N")
In reality, I have values in $A$2:$A$1000 but am only looking at $A$2:$A$32 because those have a specific date associated with them that is in column B on the InclusionList tab. For example, lets say that date in B2:B32 is 9/8/2022. B33:B65 may have 9/11/2022 and so on until we reach the end of the measured period of time. I need to modify the formula above so that it looks in cell D2 and only produces a Y if the conditions in the original formula are met AND InclusionList!$B:$1000 equals the value in D2.
Thanks on advance