saqibalikhan
New Member
- Joined
- Jul 20, 2015
- Messages
- 6
Hello everyone!
I am dealing with 23-bit long SRAM memory addresses. I copy the data from CSV file and split into column. all the data is in binary including one column containing 23-bit long binary number, for example, "10000000111100101010100". Excel treats this data as DECIMAL and represent it in scientific notation. Even if i change the number format, spit is using 'Right' or 'Left' functions, still it is represented as decimal number in scientific notation. I know, i can't convert this long number to decimal directly. here is what i want to achieve:
thanks
Saqib
I am dealing with 23-bit long SRAM memory addresses. I copy the data from CSV file and split into column. all the data is in binary including one column containing 23-bit long binary number, for example, "10000000111100101010100". Excel treats this data as DECIMAL and represent it in scientific notation. Even if i change the number format, spit is using 'Right' or 'Left' functions, still it is represented as decimal number in scientific notation. I know, i can't convert this long number to decimal directly. here is what i want to achieve:
- i want Excel to consider the number as Binary NOT Decimal
- split first 6-bits in separate column and get the equivalent decimal #
- enlist the remaining 17-bit number into other column and to get its equivalent decimal
thanks
Saqib