Excel Logical IF function

S

Stuck!

I am trying to enter in a function in Excel that if is if A5 is less than
half of D5, if true Y if false N. I can not figure out how to enter the half
of D5 in
 
T

trip_to_tokyo

EXCEL 2007

Try this:

=IF(A5<(D5/2),"Y","N")

If my comments have helped please hit Yes.

Thanks.
 

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