I am having problems working the "and" conditons in to my if-then-else formula
Here all all the conditions I want in one formula :
IF C8 = "M" AND B8< 2, U8
IF C8 = "M" AND B8 >=2, V8
IF C8 = "B" AND B8<2, Y8
IF C8 = "B" AND B8>=2, Z8
IF C8 = "R", O8
IF C8 = "P", R8
ELSE = 0
Bookmarks