ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   EXCEL: How to present 8-bits binary numbers (https://www.excelbanter.com/excel-discussion-misc-queries/218742-excel-how-present-8-bits-binary-numbers.html)

HK

EXCEL: How to present 8-bits binary numbers
 
In Excel: I need to sum 32 bytes, each is 8-bits binary numbers
How do I present an 8-bits binary numbers ?

JE McGimpsey

EXCEL: How to present 8-bits binary numbers
 
One way:

A1: 00100101
B1: =BIN2DEC(A1) === 37



In article ,
HK wrote:

How do I present an 8-bits binary numbers ?


Sheeloo[_3_]

EXCEL: How to present 8-bits binary numbers
 
Conver them to decimal, add them and then convert back to binary using
BIN2DEC and DEC2BIN formulas

If you have binary numbers in Col A, then in Col B use =BIN2DEC(A1)...

See help for 'Convert numbers to different number systems'

"HK" wrote:

In Excel: I need to sum 32 bytes, each is 8-bits binary numbers
How do I present an 8-bits binary numbers ?



All times are GMT +1. The time now is 12:03 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com