M
MIKE
I am trying to put 2 different "IF(OR" functions in the
same cell and can't get it to work:
=IF(OR(D2=$K$2:$K$150),"In House"," ")+IF(OR
(D2=$M$2:$M$150),"Order"," ")....I am trying to have it
tell me that if D2 is anywhere in K2:K150, I have the
part "in house", but if D2 is anywhere in M2:M150, then I
need to order it.
It works fine with just one of them, but when I add the
second function, I get a #value error. Am I trying the
wrong function or have I put something in wrong?
same cell and can't get it to work:
=IF(OR(D2=$K$2:$K$150),"In House"," ")+IF(OR
(D2=$M$2:$M$150),"Order"," ")....I am trying to have it
tell me that if D2 is anywhere in K2:K150, I have the
part "in house", but if D2 is anywhere in M2:M150, then I
need to order it.
It works fine with just one of them, but when I add the
second function, I get a #value error. Am I trying the
wrong function or have I put something in wrong?