=IF(E3<50001,"<$50K", IF(E3>50001<300000,"$50-$300K"))

with this calculation if E3 is $49000, it's returning >$50K like it's supposed to. But when E3 is 250000 it's returning False, instead of $50-$300K. It's probably something simple, but i'm stuck.