formula

  • Thread starter Help with cell function
  • Start date
H

Help with cell function

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 the H14 should be "y"
 
E

Eduardo

Hi,
in H14 enter
if(and(E14="Y",G14<=14),"Y","")

In the case you have other values in E14 and G14 it will enter a blank if
you want other thing like an N enter replace "" in the formula with "N"

if this helps please click yes thanks
 
S

Sam Wilson

In H14

=IF(AND(E14="Y",G14<=14),"","Y")

That's the same answer as for your earlier post...
 

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 1
formula 1
use other cell information to put formula in current cell 4
Problem with Formula 1
Time Formula 5
Overtime Calculations 1
Subtract or leave blank in cell 1
Going beyond just 30 1

Top