![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Engineering > BIN2DEC |
BIN2DEC(number) |
| Returns the number converted from binary to decimal. |
| number | The binary number you want to convert. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| If "number" contains more than 10 characters (10 bits), then #NUM! is returned. | ||
| If "number" contains 10 characters then the most significant bit (i.e. the first number) represents the sign bit. See rows 6 and 7. | ||
| If "number" is not a valid binary number, then #NUM! is returned. | ||
| Any negative numbers are represented using two's complement notation. |
| EXAMPLES |
|
| Functions - B | Index - B | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |