-1-
-2-
107 تنسيق مخصص للارقام الكبيره وملء الخلية بحرف تكرار حرف
1 كتاب تعلم برنامج Excel من الصفر للاحتراف pdf مجانا
2 تحميل كتاب الإكسل للمهندسين pdf
3 كتاب مجاني شرح أكثر من 100 دالة من الإكسل
4 كتاب متقدم جدا 👌 كتاب طرق الاهلاك باستخدام دوال الاكسيل
2 تحميل كتاب الإكسل للمهندسين pdf
3 كتاب مجاني شرح أكثر من 100 دالة من الإكسل
4 كتاب متقدم جدا 👌 كتاب طرق الاهلاك باستخدام دوال الاكسيل
لإنشاء تنسيق مخصص للأرقام الكبيرة في Excel، يمكنك استخدام الخطوات التالية:
- حدد الخلية أو الخلايا التي تريد تطبيق التنسيق عليها.
- انقر فوق علامة التبويب الصفحة الرئيسية.
- في المجموعة تنسيق، انقر فوق تنسيق الخلايا.
- في مربع الحوار تنسيق الخلايا، حدد علامة التبويب عدد.
- في قسم النوع، حدد تنسيق رقم مخصص.
- في مربع تنسيق رقم، أدخل التنسيق الذي تريد استخدامه.
على سبيل المثال، لإنشاء تنسيق مخصص يعرض الأرقام الكبيرة ككلمات، يمكنك استخدام الرمز التالي:
##,##0 "تريليون"
سيؤدي هذا إلى عرض الرقم 1000000000000 كـ "100 تريليون".
لإنشاء تنسيق مخصص لملء الخلية بحرف أو تكرار حرف، يمكنك استخدام الخطوات التالية:
- حدد الخلية أو الخلايا التي تريد تطبيق التنسيق عليها.
- انقر فوق علامة التبويب الصفحة الرئيسية.
- في المجموعة تنسيق، انقر فوق تنسيق الخلايا.
- في مربع الحوار تنسيق الخلايا، حدد علامة التبويب عدد.
- في قسم النوع، حدد تنسيق رقم مخصص.
- في مربع تنسيق رقم، أدخل الرمز التالي:
- "حرف"
على سبيل المثال، لإنشاء تنسيق مخصص يملأ الخلية بالحرف "A" 20 مرة، يمكنك استخدام الرمز التالي:
"A" * 20
سيؤدي هذا إلى ملء الخلية بالحرف "A" 20 مرة.
----- -----------------
To create a custom format for large numbers in Excel, you can use the following steps:
- Select the cell or cells you want to apply the format to.
- Click the Home tab.
- In the Formatting group, click Format Cells.
- In the Format Cells dialog box, select the Number tab.
- In the Type section, select Custom Number Format.
- In the Format Code box, enter the format you want to use.
For example, to create a custom format that displays large numbers as words, you can use the following symbol:
##,##0 "trillion"
This will display the number 1000000000000 as "100 trillion".
To create a custom format to fill the cell with a repeating character, you can use the following steps:
- Select the cell or cells you want to apply the format to.
- Click the Home tab.
- In the Formatting group, click Format Cells.
- In the Format Cells dialog box, select the Number tab.
- In the Type section, select Custom Number Format.
- In the Format Code box, enter the following symbol:
- "character"
For example, to create a custom format that fills the cell with the letter "A" 20 times, you can use the following symbol:
"A" * 20
This will fill the cell with the letter "A" 20 times.
Example
Suppose we have cell A1 containing the number 1000000000000. To create a custom format that displays this number as words, we can use the following symbol:
##,##0 "trillion"
To apply this format, we do the following:
- Select cell A1.
- Open the Format Cells dialog box by clicking the Home tab and selecting Format > Format Cells.
- In the Type section, select Custom Number Format.
- In the Format Code box, enter ##,##0 "trillion".
- Click OK.
- This will change the format of cell A1 to:
- 100 trillion
To create a custom format to fill cell A2 with the letter "A" 20 times, we can use the following symbol:
"A" * 20
To apply this format, we do the following:
Select cell A2.
Open the Format Cells dialog box by clicking the Home tab and selecting Format > Format Cells.
In the Type section, select Custom Number Format.
In the Format Code box, enter "A" * 20.
Click OK.
This will fill cell A2 with the letter "A" 20 times.
-3-
-4-