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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top