Thread: Boolean masks
View Single Post
  #2   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"Howard" wrote in message
...
I want to use boolean masking eg 10011 AND 01011 should return 00011 but I
just keep getting TRUE or FALSE from the AND operator. Is there something
I'm missing or can EXCEL not do this?

Thanks for any help


Not directly. You need to make a User Defined Function. Here's some VB6 code
that you can use.
http://www.devx.com/vb2themax/Tip/19306

/Fredrik