Silverbackman
New Member
- Joined
- Jan 16, 2015
- Messages
- 2
Hi all. First time posting.
If this was answered somewhere else, please point me in that direction.
I have to convert decimal numbers to binary, then take the last 16 digits of that binary number and convert them back to decimal.
For example
1701527 is [TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]110011111011010010111[/TD]
[/TR]
</tbody>[/TABLE]
I need the last 16 digits
111011010010111
Which I then convert back to digital and get
63127
What i'd like to do is put the first number into one cell and then in another cell see the final result
Is this possible?
I have tried =RIGHT and =RIGHT+0, but the first gives me a text version and the second when I use it with BIN2DEC comes back with #NUM
Jeff.
If this was answered somewhere else, please point me in that direction.
I have to convert decimal numbers to binary, then take the last 16 digits of that binary number and convert them back to decimal.
For example
1701527 is [TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64"]110011111011010010111[/TD]
[/TR]
</tbody>[/TABLE]
I need the last 16 digits
111011010010111
Which I then convert back to digital and get
63127
What i'd like to do is put the first number into one cell and then in another cell see the final result
Is this possible?
I have tried =RIGHT and =RIGHT+0, but the first gives me a text version and the second when I use it with BIN2DEC comes back with #NUM
Jeff.