View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Embeded IF Statement

IF(AND(N16$K$10,R160),"Yes","No")


"Rob M" wrote:

The logic of my statement is;
IF N16$K$10, AND R160 then €œYes€ Else €œNo€
and I'm not sure how to write it in Excel.
Can anyone help?