I\'m trying to convert 4503599627370495 into binary in Excel. DEC2BIN() returns #NUM! error because DEC2BIN cannot handle such a large number.
4503599627370495
Any thou
This is super simple, Base(...) function can help you.
BASE(CELL, 2)
The second param 2 is for binary, you can convert to other relevant bases as Hex, Oct