Thread: formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default formula

In H14

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

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

"Help with cell function" wrote:

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"