G 
		
								
				
				
			
		Guest
basically what i want to do is if Cell number H2 is greater then 0.01 and
less then 0.99 then H2 equals 0.20
but if H2 is greater then 1.00 and less then 9.99 then H2 equals 0.40
can anybody help me with this? i have this so far
=IF(AND(H2<0.99,H2>0.01),"0.20","Invalid")
				
			less then 0.99 then H2 equals 0.20
but if H2 is greater then 1.00 and less then 9.99 then H2 equals 0.40
can anybody help me with this? i have this so far
=IF(AND(H2<0.99,H2>0.01),"0.20","Invalid")