Forum Discussion
Apr 19, 2024
Do you know how to convert binary numbers to decimal?
It's easy with the BIN2DEC function, but there's a limitation and an easy way to make a mistake and get a wrong result. The limitation is that it can't convert a number with more than 10 bits. If yo...
- Apr 25, 2024
I suspect DEC2BIN is now largely superseded by
= BASE(targetDec, 2) = DECIMAL(targetBin, 2)
NikolinoDE
Apr 25, 2024Gold Contributor
Alternative with a different formula: =BinaryToDecimal(A1)
Example file inserted.