047 Custom Number Format examples in Excel أمثلة تنسيق الأرقام المخصصة في
For example, the following custom format code displays numbers as percentages with two decimal places:
0.00%
The following custom format code displays numbers as text, without any formatting:
Here are some examples of custom number formats that you can use in Excel:
Display numbers with two decimal places and a leading dollar sign:
$#.##
Display numbers as percentages with no decimal places:
0%
Display numbers in scientific notation with three decimal places:
0.00E+00
Display numbers as text, without any formatting:
@
Display negative numbers in red:
[Red]#.##
Display the word "Million" before numbers greater than 1,000,000:
"Million" #,##0
Display the word "Billion" before numbers greater than 1,000,000,000:
"Billion" #,##0,##0
You can also use custom number formats to combine text and numbers. For example, the following custom format code displays the word "Sales" before a number, and then adds a percent sign:
"Sales" #.##%
This custom format code would display the number 12345 as "Sales 12,345%".
1. Displaying currency with two decimal places and a dollar sign:
"$0.00"
This format will display numbers as currency, with two decimal places and a dollar sign. For example,
the number 1234.56 will be displayed as $1,234.56.
2. Displaying percentages with no decimal places: "0%"
This format will display numbers as percentages with no decimal places. For example, the number 0.678 will be displayed as 68%.
3. Displaying numbers with thousands separators: "#,##0"
This format will display large numbers with thousands separators. For example, the number 1234567 will be displayed as 1,234,567.
4. Displaying fractions: "# ?/?"
This format will display numbers as fractions. For example, the number 0.75 will be displayed as 3/4.
5. Displaying dates in a specific format: "dd-mmm-yyyy"
This format will display dates in a specific format. For example,
the date 13/03/2023 will be displayed as 13-Mar-2023.
--------------------------------------------------------
عرض الأرقام بفاصلة عشرية واحدة ورمز دولار:
$#.##
عرض الأرقام كنسبة مئوية بدون أرقام عشرية:
0%
عرض الأرقام في صيغة علمية بثلاث أرقام عشرية:
0.00E+00
عرض الأرقام كنص بدون أي تنسيق:
@
عرض الأرقام السالبة باللون الأحمر:
[Red]#.##
عرض كلمة "مليون" قبل الأرقام التي تزيد عن 1،000،000:
"مليون" #,##0
عرض كلمة "مليار" قبل الأرقام التي تزيد عن 1،000،000،000:
"مليار" #,##0,##0
يمكنك أيضًا استخدام تنسيقات الأرقام المخصصة لدمج النص والأرقام. على سبيل المثال، فإن تنسيق الأرقام المخصص التالي يعرض كلمة "المبيعات" قبل رقم، ثم يضيف علامة النسبة المئوية:
"المبيعات" #.##%
سيعرض تنسيق الأرقام المخصص هذا الرقم 12345 كـ "المبيعات 12،345%"