View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Chipmunk Chipmunk is offline
external usenet poster
 
Posts: 7
Default Convert Binary to Hex

Yes. I can do it with 8 digits and some others but i need to convert a 12
digit binary number to hex. example: cell f11 has: 010101010101 what i
have is =bin2hex(F11) and it doesn work.

"Barb Reinhardt" wrote:

Have you tried function BIN2HEX?

"Chipmunk" wrote:

How to I convert a 32 bit binary number to hex?