Hi I have got a formula mentioned below that doesn't work. First two parts of the formula works but not the last condition. Anyone could help please?
=IF(K6="No","-",IF(OR(K6<H6),0%,IF(AND(K6>=J6),200%,IF(K6>=H6,(50%+(K6-H6)*10),IF(K6>=I6,(100%+(K6-I6)*20),Error )))))