serge
Well-known Member
- Joined
- Oct 8, 2008
- Messages
- 1,446
- Office Version
- 2007
- Platform
- Windows
Hi everyone,
I have this formula :
=DEC2BIN(MOD(A1,2^20)/2^16,4)&DEC2BIN(MOD(A1,2^16)/2^8,8)&DEC2BIN(MOD(A1,2^8),8)
What I'm looking for is (2) formulas.
One that will give me a total of 6 digits no matter what the number to transfer is from 1 to 63.
Example : 1 would show : 000001
23 would show : 010111
and the second a total of 7 digits, same thing 1 to 127.
Thank you, Serge.
I have this formula :
=DEC2BIN(MOD(A1,2^20)/2^16,4)&DEC2BIN(MOD(A1,2^16)/2^8,8)&DEC2BIN(MOD(A1,2^8),8)
What I'm looking for is (2) formulas.
One that will give me a total of 6 digits no matter what the number to transfer is from 1 to 63.
Example : 1 would show : 000001
23 would show : 010111
and the second a total of 7 digits, same thing 1 to 127.
Thank you, Serge.