use other cell information to put formula in current cell

  • Thread starter Thread starter Help with cell function
  • Start date Start date
H

Help with cell function

if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks
 
What happens if criteria is not met?
Something like this in cell H14 is what you're looking for:

=IF(AND(E14="y",G14<15),"y","Criteria not met")
 

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
formula 1
Time Formula 5
moving the refrence to the 5th cell while dragging. 7
Nested IF statements using AND / OR 2
ISTEST Function 7
Test of Multiple Conditions in an IF statement 3

Back
Top