use other cell information to put formula in current cell

  • Thread starter Help with cell function
  • 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
 
L

Luke M

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")
 
S

Simon Lloyd

Help said:
if cell e 14 = y and cell g14 is less than 15, h14 should be y...how d
i d
it? ThanksPut this forumula in H1
=IF(AND(E14=y,G14<15),E14,"False"
You didn't state what should be shown if the statement wasn't true bu
just chage "False" to whatever you want

--
Simon Lloy

Regards
Simon Lloy
'Microsoft Office Help' (http://www.thecodecage.com
 

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