Good Morning All,

I need some help on a Formula that is giving me fits. The formula is below, and I've also attached a spreadsheet with sample data.

=IF(C2>25,MIN(INT(C2/3-B2),E2),IF(C2<24,MIN((5-B2),E2)))

Basically it's working perfectly, except in a few cases it's returning a FALSE and I'm not quite sure why.

Book1.xlsx

Thank you!