Thread: formula
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
barry houdini[_23_] barry houdini[_23_] is offline
external usenet poster
 
Posts: 1
Default formula


Help with cell function;456786 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"


Try this formula in H14

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


--
barry houdini
------------------------------------------------------------------------
barry houdini's Profile: http://www.thecodecage.com/forumz/member.php?userid=72
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=126434