إظهار تسمية عندما تكون الخلية فارغة، وإلا فسيتم الاحتفاظ بالقيمة.
نسخ هذه الصيغة
=IF(A2="", "Missing", A2)Comparing a cell to "" (empty string) detects blanks. IF then returns your placeholder for empties and the original value otherwise — useful for clean reports and avoiding gaps.
=IF(B2="", "—", B2)→—استبدال الخلايا الفارغة بشرطة.
التقاط أخطاء الصيغ أيضًا
=IFERROR(A2, "Missing")إرجاع القيمة الاحتياطية عندما تكون الخلية A2 خطأً.
ISBLANK is TRUE only for truly empty cells; ="" also treats zero-length strings (from formulas) as blank. Pick based on your data.
هل تحتاج إلى صيغة لبياناتك الخاصة؟
صف ما تريده بلغة بسيطة ودع ExcelGPT يكتب الصيغة ويشرحها ويتحقق منها — البدء مجاني، ولا يتطلب أي إضافات.