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