View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
scubadiver scubadiver is offline
external usenet poster
 
Posts: 55
Default row matching using IF


I have two sets of rows that I want to match on account number. I have
formatted them both to number if I subtract one from the other I get zero and
if I add them I get the sum but if I use the following

=IF(D2=L2,1,0)

I still get zero. Can someone explain?