Excel paste special using values only, also copies the data type of the value along with the value into the destination cell

前端 未结 1 1441
不思量自难忘°
不思量自难忘° 2021-01-17 07:00

I\'ve been trying to understand excel cells more and specifically their data types. If anyone is interested in the detail my investigation is in the numbered points below.

1条回答
  •  说谎
    说谎 (楼主)
    2021-01-17 07:20

    If you want to show preceding zeroes on a number, providing you have a fixed number of digits before the decimal point you can Custom format the cells as e.g. '0000.00'. This example will always show four digits before the decimal point and two afterwards; it has its limits but is very useful for e.g. product codes. if you standardise on 7-digit codes, set the custom format as '0000000' and '0001234' will stay correct (not '1234') and still be recognised as a number.

    0 讨论(0)
提交回复
热议问题