Which formula is used to find the number of numerical cells in a range of cells in Excel?
ایکسل میں کسی رینج میں موجود عددی سیلز کی تعداد معلوم کرنے کے لیے کون سا فارمولا استعمال ہوتا ہے؟
- COUNTIF
- COUNT
- COUNTA
- None of these
Explanation
- Function: COUNT
- Purpose: Counts cells containing numbers only
- Syntax: =COUNT(range)
- Example: =COUNT(A1:A10)
- Ignores: Text, blank cells, and logical values (TRUE/FALSE)
Additional information:
- COUNTA → Counts all non-empty cells.
- COUNTIF → Counts cells that meet a specific condition.
- COUNTIFS → Counts cells meeting multiple conditions.
- COUNTBLANK → Counts blank cells.
Last verified on 18-07-2026
Related MCQs
ایم ایس ایکسل میں چارٹ کس ٹیب سے شامل کیا جاتا ہے؟
- File
- Chart
- Insert
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایم ایس ایکسل میں، B1 سے B5 تک کی قدروں کی اوسط نکالنے کے لیے کون سا فارمولا استعمال ہوتا ہے؟
- =SUM(B1:B5)
- =AVERAGE(B1:B5)
- =COUNT(B1:B5)
- =MAX(B1:B5)
اس سوال کو وضاحت کے ساتھ پڑھیں
- Opens the Save As dialog box
- Creates a chart on a new chart sheet
- Inserts a new worksheet
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
- Sum of values
- Maximum value
- Arithmetic Mean
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
ایم ایس ایکسل میں، سیل میں سم فارمولہ داخل کرنا ہے؟
- =Sum(A1:A2)
- =Add(a1:a2)
- =Sum(1A:2A)
- =Add(1A:2A)