View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rose Rose is offline
external usenet poster
 
Posts: 38
Default F Function help! I have two cells!!

I have two variables, i.e. two cells determine what is displayed... does
anyone know the formula to this...

Would be like "if A2 is = B2 AND if cell C2 = D2 then diplay E2"

=IF(A2=B2&,if(C2=D2,E2))