Hi!
Below is my discrepency..
IF cell is <=.09, .09 should be the outcome.
IF <NOBR>cell</NOBR> is >.09 but <=.33, .33 should be the outcome.
IF cell is >.33 but <=.67, .67 should be the outcome.
IF cell is >.67 but <=.99, .09 should be the outcome.
If cell is = 0, .09 should be the outcome.
Below is my formula that keeps returning FALSE
=IF(BP2<=0.09,0.09,IF(BP2>=0.1<=0.33,0.33,IF(BP2>=0.34<=0.67,0.67,IF(BP2>0.67<=0.99,IF(BP2<=0,0.09)))))
Can anyone be of <NOBR>assistance</NOBR> with this? It's <NOBR>driving</NOBR> me crazy... thank you so much!!!!
Below is my discrepency..
IF cell is <=.09, .09 should be the outcome.
IF <NOBR>cell</NOBR> is >.09 but <=.33, .33 should be the outcome.
IF cell is >.33 but <=.67, .67 should be the outcome.
IF cell is >.67 but <=.99, .09 should be the outcome.
If cell is = 0, .09 should be the outcome.
Below is my formula that keeps returning FALSE
=IF(BP2<=0.09,0.09,IF(BP2>=0.1<=0.33,0.33,IF(BP2>=0.34<=0.67,0.67,IF(BP2>0.67<=0.99,IF(BP2<=0,0.09)))))
Can anyone be of <NOBR>assistance</NOBR> with this? It's <NOBR>driving</NOBR> me crazy... thank you so much!!!!