if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do it? Thanks
H Help with cell function Aug 18, 2009 #1 if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do it? Thanks
G Glenn Aug 18, 2009 #3 Help said: if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do it? Thanks Click to expand... And if E14 <> "Y" or G14>=15, what should be in H14?
Help said: if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do it? Thanks Click to expand... And if E14 <> "Y" or G14>=15, what should be in H14?
L Luke M Aug 18, 2009 #5 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")
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 Aug 18, 2009 #6 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 Click to expand... =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
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 Click to expand... =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