View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default Excel IF formula

=IF(AND(A2=A1,B2=B1),TRUE,FALSE)


"JMM" wrote in message
...
I would like to write an IF formula that states the following
IF((A2=A1) and (B2=B1), TRUE, FALSE)
it doesn't seem to work