Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
xcgames
 
Posts: n/a
Default decimal to 16 bits binary conversion in Excel?


I'm aware of the function DEC2BIN(), but it has a limitation of 10 bits.
Are there any 16 bits solutions available?


--
xcgames
------------------------------------------------------------------------
xcgames's Profile: http://www.excelforum.com/member.php...o&userid=32842
View this thread: http://www.excelforum.com/showthread...hreadid=526353

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Philippe L. Balmanno
 
Posts: n/a
Default decimal to 16 bits binary conversion in Excel?

xcgames said the following on 3/26/2006 2:20 PM:
I'm aware of the function DEC2BIN(), but it has a limitation of 10 bits.
Are there any 16 bits solutions available?


See this post you may need to use VBA and break it up.
http://www.dailydoseofexcel.com/arch...mal-to-binary/
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default decimal to 16 bits binary conversion in Excel?


Try this

=DEC2BIN(A1/256,8)&DEC2BIN(MOD(A1,256),8)

always shows 16 bits...


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=526353

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Decimal Point Excel 2003 GP Excel Discussion (Misc queries) 1 October 31st 05 01:26 PM
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Excel adds phantom decimal places: why? Dave O Excel Discussion (Misc queries) 1 August 16th 05 06:25 PM
Excel 2003 to 95 File format conversion Judith C Excel Discussion (Misc queries) 3 July 17th 05 04:24 PM
Numbers after decimal point excel to word mail merge Andy P Excel Worksheet Functions 1 March 15th 05 11:48 AM


All times are GMT +1. The time now is 08:48 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"