how do I show a value = a value in a range (A1 = any(b1:b35)?
V VBA Noob Jul 13, 2006 #3 Hi there This array might work =IF(OR(A1=B1:B35),"No found","No not found") Use ctrl + shift + enter to use the array VBA Noo
Hi there This array might work =IF(OR(A1=B1:B35),"No found","No not found") Use ctrl + shift + enter to use the array VBA Noo