IF, OR, AND
One way.
=IF(AND(LOOKUP(F2,{"a","a3","ftm,","m","m3"},{1,1, 1,1,1})=1,ISBLANK(J2)=FALSE),1,"")
--
HTH,
Barb Reinhardt
If this post was helpful to you, please click YES below.
"bob" wrote:
If F2 = "m" or "m3" or "a" or "a3" or "ftm," and J2 is not blank, I want to
return a value of 1.
Can anyone kindly help?
Thanks,
Bob
|