In Excel, which function would you use to count the number of cells in a range that meet a specific condition?
=COUNTIF(A1:A10, ">10")
The task is to count only those cells in a range that satisfy a stated condition, so Excel needs a function that combines counting with a criterion rather than a plain count.
=COUNTIF(A1:A10, ">10") examines each cell in the range A1:A10 and counts it only if its value is greater than 10, which exactly matches a "count cells that meet a condition" requirement.
The COUNTIF function takes two arguments — the range to test and the criterion — so it is purpose-built for conditional counting.
=COUNTBLANK(A1:A10) counts only the empty cells in the range and cannot apply a comparison such as greater-than-10, so it does not fit.
=COUNT(A1:A10) simply counts how many cells contain numeric values, with no condition applied at all.
=SUMIF(A1:A10, ">10") does use a condition, but it adds up the qualifying values instead of counting how many there are, giving a total rather than a count.
Because only COUNTIF counts the cells meeting the criterion, the correct answer is =COUNTIF(A1:A10, ">10").
A teacher wants to view only students who scored above 75 marks without deleting other records. Which Excel tool is best?
A text box moves out of place when content is edited during a presentation. Which design mistake MOST likely caused this?
In Excel, which function would you use to count the number of cells in a range that meet a specific condition?
In Excel's "Edit Mode," which keyboard shortcut allows you to insert a manual line break within a single cell to manage long text strings or multi-line formulas?
A teacher wants to view only students who scored above 75 marks without deleting other records. Which Excel tool is best?
A text box moves out of place when content is edited during a presentation. Which design mistake MOST likely caused this?
Which of the following statement(s) about Quick Access Toolbar in MS-Word 2010 is/are incorrect?
P: The Quick Access Toolbar has Save, Undo, and Redo buttons by default.
Q: The Quick Access Toolbar has Cut, Undo, and Redo buttons by default.
R: You can place more buttons on the Quick Access toolbar.
S: There is no option on Quick Access toolbar for "show below the Ribbon".
Which of the following is Math and trigonometric functions available in MS-Excel 365?
Which of the following shortcut key is used to quickly create a new, blank workbook in MS-Excel 2010?
Consider the following statement about the MATCH () function of MS-Excel 2010:
P: It searches for a specified item in a range of cells, and then returns the relative position of that item in the range.
Q: The MATCH function syntax is MATCH(lookup_value, lookup _array, [match_type])
R: All the arguments in a MATCH() function are required.
Which of the following statement(s) is/are true
In MS-Excel 365 which of the following appears across the top of the screen and below the title bar and contains all the commands, formulas and features needed to create data-intense spreadsheets?