G
Guest
I want to be able to use a formula to return a true/false value, when a cell value is between two amounts
Eg, if(a6 is between 0.00 and 0.10,"Yes","No")
I can do: if(a6<0.10,"Yes","No"), and if(a6>0.10,"Yes","No"), but not if it's BETWEEN the range specified
It seems like a fairly simple thing to do, and must be a commonly used function, but I can't find out how to do it!
Please please help before I go insane!
Eg, if(a6 is between 0.00 and 0.10,"Yes","No")
I can do: if(a6<0.10,"Yes","No"), and if(a6>0.10,"Yes","No"), but not if it's BETWEEN the range specified
It seems like a fairly simple thing to do, and must be a commonly used function, but I can't find out how to do it!
Please please help before I go insane!