Decimal to binary conversion for large numbers in Excel

后端 未结 12 2082
长情又很酷
长情又很酷 2020-12-14 02:31

I have some large numbers in an Excel sheet and I want to convert them to binary.

e.g.

12345678  
965321458  
-12457896
12条回答
  •  囚心锁ツ
    2020-12-14 02:53

    There maybe a simple solution. I have several 4.2 billion cells that are actually a negative Two's Complement and this works to get the correct value: =SUM(2^31-(A1-2^31))

提交回复
热议问题