View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Zuke Zuke is offline
external usenet poster
 
Posts: 1
Default How can I do AND operation on two binary numbers in MS Excel?

I want to do AND say to the following:
00101001
AND to
10001001

and should get the following answer:

00001001

What function should I use in MS Excel to get this?