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 requirement is to count only those cells in a range that satisfy a stated condition, rather than counting or summing everything.
The COUNTIF function is built for exactly this: it takes a range and a single criterion and returns how many cells in that range meet the criterion.
Here \(=COUNTIF(A1:A10, ">10")\) examines A1 to A10 and returns the number of cells whose value is greater than 10.
So the correct function is =COUNTIF(A1:A10, ">10").
COUNT simply tallies how many cells in the range contain numbers, ignoring any condition, and COUNTBLANK counts only the empty cells, so neither applies a 'greater than 10' test.
SUMIF adds up the values that meet a condition instead of counting the cells, so it answers a different question and is not correct here.
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?