Thread
:
can someone help me with a formula....
View Single Post
#
2
Don Guillett
Posts: n/a
try using AND and OR. Not tested.
if(and(or(d1="2 yearly",d1="5 yearly")<0),"in","out")
--
Don Guillett
SalesAid Software
"simon" wrote in message
...
What I want to achieve is:
IF text in cell D says either '2 yearly' or '5 yearly'
AND
Cell A contains any number other than 0
then
insert Text: 'IN' into cell E.
otherwise
insert Text 'OUT' into Cell E.
thanks in anticipation...
SS
Reply With Quote