G Guest Jul 28, 2004 #1 What's wrong with this function: =IF(20833<=K2<41667,((K2-20833)*0.05)+625,0) ?
J JulieD Jul 28, 2004 #3 Hi Feras try =IF(K2>20833,IF(K2<41667,((K2-20833)*.05)+625,0),0) Regards julieD