Very long Binary Number but Excel treats it as Decimal one

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:

  • 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
quick response would be appreciated greatly.

thanks
Saqib
 
Hi,
it works this way, but i got million of values to process. this method wont help.

thank you




Hi

That makes no sense, unless you have it as a number value, which you said you don't have.

Try this test.

- select a cell and choose Text format
- enter in the formula bar for ex.: 100100011110101111000000100011 and press enter

Notice that it has 30 digits, but since I formatted the cell as text they appear as I entered them

Now with

=RIGHT(A1,3)

I'm sure you'll get "011".

Please do this test and see that it works. Then adapt it to your case.
 
Upvote 0

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Sorry, I don't understand.

If you import it as text, it does not matter whether you have 1 value or 1 million.

You said in post #3 that you have imported the file as TXT. In that case you should import the column Fault Address as text and everything will work.

Am I missing something?
 
Upvote 0

Forum statistics

Threads
1,216,172
Messages
6,129,291
Members
449,498
Latest member
Lee_ray

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top