hi all,
i need help in if function as example below
A1 = Apple
A2 = Apple
B1 = if(and(A1="Apple",A2="Apple"),"fruit",...xxx..)
in xxx i want to return whatever value in either A1 or A2 if it is not apple
example A1 = Apple and A2 = banana...so it will return as Banana in value if false.
thanks
Bookmarks