Using DEC2BIN() with large numbers

后端 未结 9 1929
暖寄归人
暖寄归人 2020-12-31 06:28

I\'m trying to convert 4503599627370495 into binary in Excel. DEC2BIN() returns #NUM! error because DEC2BIN cannot handle such a large number.

Any thou

9条回答
  •  感情败类
    2020-12-31 07:04

    Here's an Excel file which can deal with positive and negative 16 bit numbers (sint16) without VBA, see my answer here: https://stackoverflow.com/a/64261306/2738240

提交回复
热议问题