Beginner Flashcards

1
Q

Sorting data in Excel allows you to organise your data for more effective visualisation, understanding and analysis. Some examples of the uses of this function are if you want to organise names in alphabetical order, to organise prices from highest to lowest, or rows by colours or icons.

A

Go on Home tab, press Sort.

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

The running total, also called a running count, allows you to watch the number of items in a table add up as you continue to enter new items.

A

=SUM($C$2:C2)

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

Formula that finds an average of a set of data

A

=AVERAGE(range)

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

Formula that calculates the arithmetic mean of a set of values, only of values that meet certain criteria.

A

=AVERAGEIF(range, criteria, [average_range])

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
Formula that is used to add up the values in a range that meet the criteria specified.
equals to a number
greater than a number
less than a number
greater or equal than a number
not equal to a number
not similar to a name
starts with letter
word is x digits long
A
=SUMIF(range, criteria, [sum_range])
=SUMIF(range, name, [sum_range])
=SUMIF(range, number, [sum_range])
=SUMIF(range, ">number", [sum_range])
=SUMIF(range, "=number", [sum_range])
=SUMIF(range, "<>number", [sum_range])
=SUMIF(range, "<>name", [sum_range])
=SUMIF(range, "letter*", [sum_range])
=SUMIF(range, "letter?????", [sum_range])
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Formula that allows you to make logical comparisons between an actual value in a worksheet, and what you expect.

A

=IF(Something is TRUE, then do something, if not do something else)

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

Formula that helps to you find specific data in a table or in a specific range by row of data.

A

=VLOOKUP(value, table, col_index, [range_lookup])

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

Formula that searches for a value in the first row of a table. At the match column, it retrieves a value from the specified row.

A

=HLOOKUP(lookup_value, table_array, row_index_num, [range_lookup])

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

Formula that automatically counts the number of cells that meet the criteria you have specified.

A

=COUNTIF(range, criteria)

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

Formula that counts the number of empty cells in a specified range.

A

=COUNTBLANK(range)

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

Formula that counts the number of cells that are not empty in a given range.

A

=COUNTA(value 1,value 2)

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

Formula that counts the number of cells that contain numbers within the list of arguments.

A

=COUNT(range)

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

Formula that joins two or more text strings into one string.

A

=CONCATENATE(text1, [text2]…)

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

Formula to switch or rotate cells

A

=TRANSPOSE(range of cells to be transposed)

or

You can do this by copying, and then using the Transpose option in Paste Special, but be aware that this will create duplicated/static data i.e. any later changes to data in your original columns will not be pulled through to the transposed data.

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

Formula when you need to take three values presented separately and combine them to form a date.

A

=DATE(year,month,day)

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

Function allows you to express the months of the year (January to December) as integers (whole numbers) that correspond to the number of the month in the year.

A

=MONTH(serial_number)

17
Q

a way for you to analyse your data quickly and to help you make better decisions.

A

click Insert and then on Pivot Tables or Recommended Pivot Tables. A dialogue box will open with different options regarding how to present the analysed data. Then click OK.

18
Q

a quick and effective way to highlight important information in a spreadsheet as you continue to update it.

A

you highlight the cells that will be used as reference points. Then click Home, then Conditional Formatting, then New Rule