View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.misc
Bernd P Bernd P is offline
external usenet poster
 
Posts: 806
Default What 'value' is a Dec2Bin output?

Hello,

Ok, we can compare them via
DELTA(DEC2BIN(8),1000)
EXACT(DEC2BIN(8),1000)
--DEC2BIN(8)=1000
DEC2BIN(8)=1000&""
but I would prefer one of the later two since its never too early to
learn about type differences and how it should be compared with Excel.

Regards,
Bernd