숫자 서식 코드 이해 (Microsoft Excel)
가장 자주 사용되는 서식 코드는 곧은 숫자에 영향을주는 코드입니다. Excel은 다음과 같이 많은 기능을 제공합니다.
Symbol |
Meaning |
|
General |
Uses the general display format. |
|
# |
Indicates a single-digit position. The digit is only displayed if there is a digit in that position. |
|
0 |
Indicates a single-digit position. If there is no digit in the position, a 0 is displayed. |
|
? |
Same as the 0 symbol, except results in a space being displayed for insignificant 0s on either side of the decimal point. |
|
. (period) |
The decimal point. |
|
% |
Percentage. The number is multiplied by 100 (for the display) and the % sign is added. |
|
, (comma) |
Thousands separator (if surrounded by digit place holders) or a thousands scalar (if the comma follows all the place holders). |
|
E- E+ e- e+ |
Displays in scientific format. |
|
$ – + / ( ) : space |
Displays that character |
|
\ |
Forces display of the following character |
|
* |
Repeats the next character to fill out the column width. |
|
_ (underscore) |
Leaves a space the width of the following character. |
|
“text” |
Displays the text within the quotes. |
|
@ |
Text place holder. |
이러한 코드의 기능을 더 잘 이해하려면 몇 가지 일반적인 형식과 숫자에 미치는 영향을 보여주는 다음 표의 정보를 살펴보십시오.
Category |
Format |
Value |
Displayed As |
|||
Number |
,#0.00 |
.01 |
0.01 |
|||
.1 |
0.10 |
|||||
1234 |
1,234.00 |
|||||
-5678 |
-5,678.00 |
|||||
Percentage |
0.00% |
.01 |
1.00% |
|||
.1 |
10.00% |
|||||
1.234 |
123.40% |
|||||
-5.678 |
-567.80% |
|||||
Scientific |
0.00E+00 |
.01 |
1.00E-02 |
|||
.1 |
1.00E-01 |
|||||
1234 |
1.23E+03 |
|||||
-5678 |
-5.68E+03 |
|||||
Currency |
$,0.00_);[Red]($,0.00) |
.01 |
$0.01 |
|||
.1 |
$0.10 |
|||||
1234 |
$1,234.00 |
|||||
-5678 |
($5,678.00) |
숫자를 표시하는 데 사용되는 형식에 관계없이 숫자의 실제 정확도는 영향을받지 않습니다. 따라서 숫자가 소수점 두 자리를 사용하여 표시되는 경우 내부적으로 소수점 이하 15 자리까지 유지됩니다.
모든 계산은보다 정확한 내부 표현을 사용하여 수행됩니다.
_ExcelTips_는 비용 효율적인 Microsoft Excel 교육을위한 소스입니다.
이 팁 (1939)은 Microsoft Excel 97, 2000, 2002 및 2003에 적용됩니다.