Skip to content
GK24
Computer AwarenessHard

Which MS Excel function counts only those cells in a range that contain numbers?

  1. A.COUNTA
  2. B.COUNTBLANK
  3. C.COUNT
  4. D.SUM

Correct answer

C. COUNT

Explanation

The correct answer is C, COUNT. COUNT walks through the range and counts only the cells that hold a numeric value, which includes dates and times because Excel stores them as serial numbers. Text entries, logical values and empty cells are all ignored, so =COUNT(A1:A10) on a column of names returns zero.

Option A, COUNTA, counts every cell that is not empty, so text and numbers alike are included; the A stands for all, and this is the distractor the question is built around. Option B, COUNTBLANK, does the opposite and reports how many cells in the range are empty. Option D, SUM, does not count cells at all but adds the numbers it finds in them, so a column holding 5 and 5 gives a COUNT of 2 and a SUM of 10. COUNTIF, a fifth member of the family, counts only the cells that satisfy a stated condition.

Read the full article: MS Excel: Formulas, Functions and Shortcuts

View all
Q1.Computer AwarenessAsked in: RRB JE · 19 Sep 2019, Shift 2Medium

In MS - Excel, what is the shortcut key you can press to Select the entire row?

  1. A.Ctrl + Shift + Space
  2. B.Ctrl + Home
  3. C.Ctrl + Space
  4. D.Shift + Space
Show answer

Correct answer: D. Shift + Space

Explanation

The correct answer is D, Shift + Space. Pressing Shift together with the spacebar selects the whole row that holds the active cell, from column A right across to the last column of the grid. The row number on the left turns highlighted, and any formatting, deletion or height change you apply next affects the entire row.

Option A, Ctrl + Shift + Space, selects the whole worksheet, which is the same thing Ctrl + A does when the active cell stands outside a data range. Option B, Ctrl + Home, does not select anything at all; it only moves the cursor back to cell A1 from wherever it happens to be. Option C, Ctrl + Space, is the companion of the right answer and selects the whole column instead of the whole row, which is exactly the swap the paper setter is hoping for. Remember the pair together: Shift for the row, Ctrl for the column.

Q2.Computer AwarenessAsked in: Delhi · 27 Nov 2020, Shift 3Easy

Which of the following displays both the name of the application and the name of the spreadsheet in MS-Excel?

  1. A.Title bar
  2. B.Tool bar
  3. C.Task bar
  4. D.Menu bar
Show answer

Correct answer: A. Title bar

Explanation

The correct answer is A, Title bar. The title bar is the strip along the very top of the Excel window, and it carries the name of the open workbook followed by the name of the program, for example Book1 - Excel. The minimise, maximise and close buttons sit at its right end, and the Quick Access Toolbar at its left.

Option B, the tool bar, holds command buttons rather than names; in Excel 2007 and later it survives only as the small Quick Access Toolbar. Option C, the task bar, belongs to the Windows operating system and not to Excel; it runs along the bottom of the screen and shows the Start button and the programs that are open. Option D, the menu bar, was the row of word menus of Excel 2003 and earlier, replaced by the ribbon from Excel 2007; it listed commands such as File and Edit, never the file name. The cell address, by contrast, is shown in the Name Box beside the formula bar.

Q3.Computer AwarenessAsked in: Delhi · 27 Nov 2020, Shift 3Medium

The 'LEN' function in MS-Excel belongs to which of the following categories?

  1. A.Financial
  2. B.Logical
  3. C.Text
  4. D.Math & Trig
Show answer

Correct answer: C. Text

Explanation

The correct answer is C, Text. LEN returns the number of characters in an entry, counting letters, digits, punctuation and spaces alike, so =LEN("Excel") gives 5. Because it works on text rather than on values, Excel files it under the Text category of the Formulas tab, along with LEFT, RIGHT, MID, UPPER, LOWER, TRIM and CONCATENATE.

Option A, Financial, holds the money functions such as PMT, RATE, NPV and FV, which work out instalments, interest rates and present values. Option B, Logical, holds IF, AND, OR, NOT and IFERROR, the functions that test a condition and return one result or another. Option D, Math and Trig, holds SUM, ROUND, ABS, SQRT, POWER and MOD, which calculate on numbers. LEN does return a number, and that is the trap that pulls candidates towards D, but a function is classified by what it works on, and LEN works on text.

Q4.Computer AwarenessAsked in: Haryana · HSSC Staff Nurse 2019 Official PaperEasy

Which out of the following is used as an electronic spread sheet?

  1. A.Microsoft Word
  2. B.Microsoft Power point
  3. C.Microsoft Excel
  4. D.Microsoft Access
Show answer

Correct answer: C. Microsoft Excel

Explanation

The correct answer is C, Microsoft Excel. An electronic spreadsheet stores data in a grid of rows and columns and recalculates its formulas whenever a value changes, and Excel is the spreadsheet program of the Microsoft Office suite. Its files carry the .xlsx extension from Excel 2007 onwards.

Option A, Microsoft Word, is a word processor, used to type, edit and format text documents that are saved with the .docx extension. Option B, Microsoft PowerPoint, is presentation software, used to build slides for a talk and saved with the .pptx extension. Option D, Microsoft Access, is the database management program of the suite; it also shows tables in a grid, which makes it the strongest distractor, but a database stores records in related tables and is queried, while a spreadsheet calculates cell by cell. Remember the pairing of the four programs with their jobs and this whole family of questions becomes easy.

Q5.Computer AwarenessAsked in: SSC CHSL · 13 Oct 2020, Shift 2Medium

Which function key displays the Print Preview window in Microsoft Office?

  1. A.Alt + Ctrl + F2
  2. B.Alt + F2
  3. C.Shift + F2
  4. D.Ctrl + F2
Show answer

Correct answer: D. Ctrl + F2

Explanation

The correct answer is D, Ctrl + F2. Ctrl together with F2 opens the print area of the Backstage view in Excel, Word and PowerPoint, where the page is shown exactly as it will be printed and the printer, copies, orientation and margins can be set. In Office 2003 and earlier the same combination opened the older Print Preview window.

Option A, Alt + Ctrl + F2, opens a file rather than previewing one, working like Ctrl + O. Option B, Alt + F2, was the Save As shortcut of very old Office versions and does nothing useful today; the modern Save As key is F12. Option C, Shift + F2, adds or edits a comment on the active cell in Excel, which is a completely different job. Learning the F2 family together helps: F2 alone edits the active cell, Shift + F2 handles a comment, Ctrl + F2 previews the print, and Alt + equals inserts a SUM.