hello,
it seemed an easy question, but I don't get the answer I expect.
condition 1 : C1<2,5 and result of vlookup(...)="y"
condition 2 : C1<2 and result of vlookup(...)="n"
if condition 1 OR condition 2 -> "y"
else -> "n"
my formula:
=IF(OR(AND(C86<2,5;VLOOKUP(H86;$T$5:$U$75;2;FALSE)="y");AND(C86<2;VLOOKUP(H86;$S$5:$U$75;2;FALSE)="n"));"y";"n")
the result is #N/A.
for my pc it should be ; and not , so this is for sure correct.
Could anyone please help?
Thanks!!
Ann
Bookmarks