Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=dec2bin("5600",16) will return #NUM?
I check the help it should work fine? I was using the hex2bin function too and it behaves same. How should I convert the dec or hex to bin with more than 8 bits? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=dec2bin("5600",16) will return #NUM?
I check the help it should work fine? Hi. According to Help... "...If number < -512 or if number 511, DEC2BIN returns the #NUM! error value." Also, your number should not be the string "5600". ie...=DEC2BIN(500,10) One would think that with a "Major" release of Excel 2007, such a limitation would have been updated. But...no! -- HTH :) Dana DeLouis Windows XP & reluctantly using Office 2007 "convert the dec or hex to bin(16 BIT)" <convert the dec or hex to bin(16 wrote in message ... =dec2bin("5600",16) will return #NUM? I check the help it should work fine? I was using the hex2bin function too and it behaves same. How should I convert the dec or hex to bin with more than 8 bits? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't know what Help you checked, but this is in my version's help:
If number < -512 or if number 511, DEC2BIN returns the #NUM! error value. Also, Dec2Bin takes a numeric first argument, not a text string. See http://www.mcgimpsey.com/excel/udfs/longdec2bin.html In article , convert the dec or hex to bin(16 BIT) <convert the dec or hex to bin(16 wrote: =dec2bin("5600",16) will return #NUM? I check the help it should work fine? I was using the hex2bin function too and it behaves same. How should I convert the dec or hex to bin with more than 8 bits? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit number of chacters in cell | Setting up and Configuration of Excel | |||
Error Checking - Convert to Number | Excel Programming | |||
How to convert VLOOPUP error value #NA to 0? | Excel Worksheet Functions | |||
error convert to number macro | Excel Programming | |||
How do you extract numbers from a string of chacters in a cell (E. | Excel Worksheet Functions |