1) In cell A1 I have "1" and cell A2 has "2" (thesa are Decimal values).
2) In cell B1 I have "=dec2bin(A1)" and in cell B2 I have "=ec2bin(A2)"
3) Cell B1 is displayed as "1" and cell B2 is diplayed as "10" (these ar binary values).
How can I make cell B1 display as "0001" and cell B2 display as "0010" (4 bit binary)?
Thanks for all your help.