Thread: If/Then
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bj bj is offline
external usenet poster
 
Posts: 1,397
Default If/Then


=if(A1="X","NO",IF(OR(AND(L2=7,L2<=100),AND(M2=1 ,M2<=100)),"YES",""))
"nabanco" wrote:

Hello,

How would I change the below formula to say "NO" if row A had an "X" placed
in that cell.

=IF(OR(AND(L2=7,L2<=100),AND(M2=1,M2<=100)),"YES ","")