View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default use other cell information to put formula in current cell

Put this in H14:

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

Hope this helps.

Pete


On Aug 18, 1:57*pm, Help with cell function <Help with cell
wrote:
if cell e 14 = y and cell g14 is less than 15, h14 should be y...how do i do
it? Thanks