Spreadsheets Flashcards
What is a Spreadsheet?
A spreadsheet is a grid of cells organized in rows and columns. Each column is assigned a letter and each row is given a number.
Types of Spreadsheets
Excel, Apple Numbers, Quip, Smartsheet, Google Sheets
What is a row?
A row is a group of cells that runs from the left of the page to the right. In Excel, rows are identified by numbers. HORIZONTALLY
What is a Column?
A column is a group of cells that runs from the top of the page to the bottom. In Excel, columns are identified by letters. VERTICALLY
What is a Cell?
A cell is the intersection of a row and a column.
What is a Cell Address?
A cell address, or cell reference, is an alphanumeric value used to identify a specific cell in a spreadsheet.
What is a Cell Range?
A cell range is a group of cells that form a rectangle on the screen. A range is represented by a cell address with a colon in between. Eg:- (B2:B6)
What are Values?
Values are numbers that can be used in calculations. Values have an automatic right alignment
What are Labels?
Labels are other types of data, entered as titles and headings. Text automatically align to the left
What is a Formula?
A FORMULA is an expression which calculates the value(s) of a cell. All formulae must start with an equal (=) sign.
What are Functions?
FUNCTIONS are predefined formulas and are already available in Excel.
What is the purpose of the IF Function?
Return one value if a condition is true and another value if it’s false. For example: =IF(A2>B2,”Over Budget”,”OK”) =IF(A2=B2,B4-A4,””)
What is the purpose of the COUNTIF function?
Counts the number of cells in a range that meet a given condition. This function counts labels, values or both. The format for formulating is : =COUNTA(range, “condition”) example =COUNTIF(A4 : A10, “red”) or =COUNTIF(A4:A10, “<10”)
What is the purpose of the IF function?
IF -This function allows you to decide whether a condition is met or not and returns one of the two values. The syntax for the IF function is =IF(test, “true result”,”false result”) eg. =IF(A2>B2,”True”,”False”).
What is Cell Referencing?
CELL REFERENCING is a method used to refer to a specific cell or group of cells within a spreadsheet.