formula

  • Thread starter Help with cell function
  • Start date
H

Help with cell function

I had several responses to the question below, but nothing worked. Any more
suggestions?

I need to know if I can get a formula for the following:

If cell E14 is "y" and G14 is less than or equal to 14 then H14 should be "y"

I want a formula in h14 that will change from y or n
 
J

Jacob Skaria

Check and feedback whats going wrong with the below formula (Taken from your
previous post..)

=IF(AND(G2<>"",E2<>""),IF(E2="y",IF(G2<=14,"Y","N"),IF(G2<=30,"Y","N")),"")

If this post helps click Yes
 

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

Similar Threads

formula 3
formula 1
use other cell information to put formula in current cell 4
Problem with Formula 1
Time Formula 5
ISTEST Function 7
formula 3
Going beyond just 30 1

Top