What's excel's equivlent of SQL's IN[value1, value2, value3]?
I'm attempting to have Excel return Y or N in a field depending if the Part Number in cell A2 is included in a Part Number list on another worksheet in the same Excel file. My formula is...
=IIF(A2 IN['Part Vendor WO '!A2:A368],"Y","N")
Right now I just have an invaild formula.
Thanks,
Hillary
I'm attempting to have Excel return Y or N in a field depending if the Part Number in cell A2 is included in a Part Number list on another worksheet in the same Excel file. My formula is...
=IIF(A2 IN['Part Vendor WO '!A2:A368],"Y","N")
Right now I just have an invaild formula.
Thanks,
Hillary