I have two formulas:
My 1st is =IF(ISNA(MATCH(A8,AQ2:AQ9,0)),"","34") and
My 2nd is =IF(ISNA(MATCH(A9,AQ2:AQ9,0)),"","34").
I would like to combine these so cells A8 and A9 can both be included in one formula without VLOOKUP. I'm using ISNA(MATCH because I'm using ranges. My result would either be "Blank" or "34". Values in cells A8 and A9 may or may not come out of range AQ2:AQ9 as they constantly change. My aim is to incorporate this into a VBA Select Case as one of my conditions. Been at this a couple of years and just can't seem to nail it. I'm using Excel 2010. Any help is greatly appreciated.