Functions In Spreadsheets Flashcards

1
Q

Today Function (Function in Spreadsheets)

A
  • used to add today’s date to a spreadsheet
  • Syntax: = Today()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Now Function (Function in Spreadsheets)

A
  • returns both the current date and time
  • Syntax: = NOW ()
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sum Function (Function in Spreadsheets)

A
  • used to add all cells in a range.
  • uses a comma, the plus & the colon
  • Syntax: = SUM(_ _)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Average Function (Functions in Spreadsheets)

A
  • This function is used to find the arithmetic mean of a series of numbers or in other words used to calculate the average of the cells in a given range
  • the division sign is used as / when dividing
  • The syntax can contain
    • the function for finding the mean
    • the cell address of the data in the worksheet
    • a range of cells references & cell addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Minimum Function (Functions in Spreadsheets)

A
  • used to find the lowest or smallest value in a range
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Maximum Function (Functions in Spreadsheets)

A
  • used to find the highest or largest value in a range
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Count Function (Functions in Spreadsheets)

A
  • used to find the number of cells that contain a numerical value within a range
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Count A Function (Functions in Spreadsheets)

A
  • not only does spreadsheets allow you to count with numbers but also text data such as names, items, etc
  • the syntax can contain:
    • the function for finding the number of text or words
    • the cell addresses of the location of the data in worksheet
    • a range of cell references & cell addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

IF Function (Functions in Spreadsheets)

A

-A conditional function
- tests a certain argument in a spreadsheet to see if it is true or false
- operates similar to the IF statement in programming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Count IF Function (Functions in Spreadsheets)

A
  • used to count the number of cells in a spreadsheet that contains a particular value or a set of values
  • allows us to to do this by counting only those cells in the range that meets the criteria that you set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly