How can i make this work within an IF statement: (41<=Cell<=46)

V

velopoav

Everytime i type that condition into an if statement it doesnt calculate the
number correctly... what am i doing wrong?
 
N

Niek Otten

You don't tell us what formula you used.
But probably you mean something like

=IF(AND(A1>=41,A1<=46),"yes","no")

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
Top