Microsoft Excel Flashcards
What is a cell?
a box in an excel worksheet that stores text, formulas, or numbers
What is a row? What are they referenced by default?
horizontal line of cells
numbers
What is a column? What are they referenced by default?
vertical line of cells
letters
What is the difference between a worksheet and workbook?
worksheets contain rows and columns were data can be manipulated
workbook contains worksheets
How can you add new rows and columns?
highlight the number you want to create and click insert
rows are added above and columns to the left
How can you create a series of numbers from one or more numbers?
Select the starting cell and move the cursor to the bottom right corner, it changes to a ‘+’ , click the fill handle, drag in the desired direction
What do the functions, sum, average, count, min, and max do? What about if counterparts?
sum: add up average: take average
count: count up min: find min value
max: find max value
same thing but with a condition
How can you write the function y=3x+1?
=cell*3+1
What can you use to represent arithmetic operations?
- is multiply, / is divide, ^ is power
What is the difference between lookup value, lookup range, and result range?
lookup value is the result you are looking for, lookup range is the row or column with data in ascending order that the lookup function searches, result range is the same size of lookup range and is where the lookup up result could be copied