I have read the other threads...I can get 75% of the "IF Function" below to work but when I add the 2nd portion of:IF(AND((B13)>250,(B13)<=350,2,2.5))), statement I then get an error.
=IF((B13)<=150,1,IF(AND((B13)>150,(B13)<=250),1.5,IF(AND((B13)>250,(B13)<=350,2,2.5)))
Cell B13 can be any number between 0-500 and is an AutoSUM cell from 2 other cells.
GOAL:
IF B13 <=150, return 1
IF B13 >150 but <=250, return 1.5
IF B13 >250 but <=350, return 2
IF B13 >351, return 2.5
=IF((B13)<=150,1,IF(AND((B13)>150,(B13)<=250),1.5,IF(AND((B13)>250,(B13)<=350,2,2.5)))
Cell B13 can be any number between 0-500 and is an AutoSUM cell from 2 other cells.
GOAL:
IF B13 <=150, return 1
IF B13 >150 but <=250, return 1.5
IF B13 >250 but <=350, return 2
IF B13 >351, return 2.5