The `CELL` function in Excel
2 تحميل كتاب الإكسل للمهندسين pdf
3 كتاب مجاني شرح أكثر من 100 دالة من الإكسل
4 كتاب متقدم جدا 👌 كتاب طرق الاهلاك باستخدام دوال الاكسيل
is used to retrieve information about the formatting, location, or contents of a cell. It takes two arguments: `info_type` and `reference`. The `info_type` argument specifies what type of cell information you want to return, and the `reference` argument is the cell that you want information about. If omitted, the information specified in the `info_type` argument is returned for the cell selected at the time of calculation ¹.
Here's an example formula that uses the `CELL` function: `=IF(CELL("type",A1)="v",A1*2,0)`. This formula calculates `A1*2` only if cell A1 contains a numeric value, and returns 0 if A1 contains text or is blank ¹.
---------------------------------------------------
Note that formulas that use `CELL` have language-specific argument values and will return errors if calculated using a different language version of Excel. If it is important for others to open your workbook using different language versions of Excel, consider either using alternative functions or allowing others to save local copies in which they revise the `CELL` arguments to match their language ¹.
The CELL function in Excel returns information about a cell, such as its contents, formatting, or location. It takes two arguments:
info_type: The type of information to return about the reference.
reference: [optional] The reference from which to extract information.
If the reference argument is omitted, the CELL function returns information about the current cell.
The following table lists some of the most common info_type arguments and the information they return:
| info_type | Information returned |
|---|---|---|
| "type" | The data type of the cell's contents, such as "n" for number, "t" for text, and "b" for Boolean. |
| "value" | The cell's contents. |
| "format" | The cell's number format, such as "General" or "Currency". |
| "address" | The cell's address, such as "A1". |
| "row" | The cell's row number. |
| "column" | The cell's column number. |
Here are some examples of how to use the CELL function:
=CELL("type", A1) // Returns the data type of the cell A1.
=CELL("value", A1) // Returns the contents of the cell A1.
=CELL("format", A1) // Returns the number format of the cell A1.
=CELL("address", A1) // Returns the address of the cell A1.
=CELL("row", A1) // Returns the row number of the cell A1.
=CELL("column", A1) // Returns the column number of the cell A1.
The CELL function can be used in a variety of ways to automate tasks in Excel. For example, you can use it to:
Check the data type of a cell before using it in a formula.
Extract text from a cell and use it in another cell.
Change the number format of a cell based on its contents.
Calculate the total number of rows or columns in a worksheet.
Create dynamic formulas that reference different cells depending on the value of another cell.
The CELL function is a powerful tool that can help you to save time and improve your productivity in Excel.
وظيفة CELL في Excel
تُرجع دالة CELL في Excel معلومات حول خلية، مثل محتوياتها أو تنسيقها أو موقعها. تأخذ دالة CELL معلمتين:
info_type: نوع المعلومات التي تريد إرجاعها عن المرجع.
reference: [اختياري] المرجع الذي تريد استخراج المعلومات منه.
إذا تم حذف معلمة المرجع، فستُرجع دالة CELL معلومات حول الخلية الحالية.
يسرد الجدول التالي بعضًا من أكثر معلمات info_type شيوعًا والمعلومات التي تُرجعها:
| info_type | المعلومات المُرجعة |
|---|---|---|
| "type" | نوع بيانات محتويات الخلية، مثل "n" للعدد، و "t" للنص، و "b" للقيمة المنطقية. |
| "value" | محتويات الخلية. |
| "format" | تنسيق عدد الخلية، مثل "General" أو "Currency". |
| "address" | عنوان الخلية، مثل "A1". |
| "row" | رقم الصف في الخلية. |
| "column" | رقم العمود في الخلية. |
فيما يلي بعض الأمثلة على كيفية استخدام دالة CELL:
=CELL("type", A1) // تُرجع نوع بيانات الخلية A1.
=CELL("value", A1) // تُرجع محتويات الخلية A1.
=CELL("format", A1) // تُرجع تنسيق عدد الخلية A1.
=CELL("address", A1) // تُرجع عنوان الخلية A1.
=CELL("row", A1) // تُرجع رقم الصف في الخلية A1.
=CELL("column", A1) // تُرجع رقم العمود في الخلية A1.
يمكن استخدام دالة CELL بطرق متنوعة لأتمتة المهام في Excel. على سبيل المثال، يمكنك استخدامها ل:
التحقق من نوع بيانات خلية قبل استخدامها في صيغة.
استخراج نص من خلية واستخدامه في خلية أخرى.
تغيير تنسيق عدد الخلية بناءً على محتوياتها.
حساب إجمالي عدد الصفوف أو الأعمدة في ورقة عمل.
إنشاء صيغ ديناميكية تُرجع مراجع خلايا مختلفة بناءً على قيمة خلية أخرى.
تعد دالة CELL أداة قوية يمكن أن تساعدك في توفير الوقت وتحسين إنتاجيتك في Excel.
أمثلة
لعرض نوع بيانات خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("type", A1)
لعرض محتويات خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("value", A1)
لعرض تنسيق عدد خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("format", A1)
لعرض عنوان خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("address", A1)
لعرض رقم صف خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("row", A1)
لعرض رقم عمود خلية A1، يمكنك استخدام الصيغة التالية:
=CELL("column", A1)