How can I use the FIND function in an IF Statement?
FIND returns a number if it finds something, but if it does not find something it does not return a number.
So I can't simply say IF(FIND(...)>0,A,B)
Already tried LEN, it does not return 0 if FIND does not return anything either.