Thread
:
Excel IF formula
View Single Post
#
2
Posted to microsoft.public.excel.misc
PCLIVE
external usenet poster
Posts: 1,311
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
Reply With Quote
PCLIVE
View Public Profile
Find all posts by PCLIVE