Functions Flashcards

1
Q

SEQUENCE

A

Allows you to generate a list of sequential numbers

=sequence(

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

Auto fit data

A

ALT H O I

ALT H O A

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

XLOOKUP

A

Find order ID & corresponding values

=XLOOKUP(Lookup_value, lookup_array, return array)

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

Combine cells

A

= [cell] & “ “ & [cell]

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

Unhide all cells

Rows & columns

A

= CTRL SHIFT 9
-highlight entire sheet then double click between a row or column

OR

=CTRL SHIFT 9 (ROWS)
=APT O C U (COLUMNS)

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

Hide row & column

A

CTRL 9

CTRL 0

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

Auto sum

A

ALT =

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

Delete all blank rolls

A

CTRL G [BLANKS]

CTRL -

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

Insert row

A

CTRL SHIFT +

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

Select row

A

SHIFT SPACEBAR

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

Delete row

A

CTRL -

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

Absolute reference

A

To fixate a cell location for reference

F4 [cell]

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

Create drop down menu

A

CTRL A V V

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

Separate text into columns

A

ALT A E

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

CALCULATE DAYS UNTIL DUE

A

=DAYS(CELL, TODAY())& “ DAYS”

OR

=DAYS(“DATE”,”DATEL)

*MUST USE QUOTATIONS AROUND DATE

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

Convert number to percentage

A

CTRL 1, CUSTOM, 0\%

17
Q

Remove duplicates

A

ALT A Q, check unique records only
A (data)
Q (advanced filter)

OR

ALT A M

18
Q

Create a weekday only series

A

ALT H FI S

Home, filter, series

19
Q

Automatically highlight duplicates

A
Highlight column or row you want to use it on 
Right click sheet 
View code 
Paste VBA code 
F5 to apply code
20
Q

Insert a row after every row

A
  • number the rows & copy the row numbers and paste it below

- select the first number, ALT A SA

21
Q

Count cells within a range that meets a criteria

A

=COUNTIF(range,criteria
Range is the range of cells to count if criteria is met
Criteria that must be true in order for th cells to be counted.

22
Q

Shortcut for current date a& time

A

CTRL :

CTRL SHIFT :

23
Q

TEXTJOIN FUNCTION

A

Combine cells together with any delimiter using this function.

-TEXTJOIN(“;”,,[cells]

24
Q

Replace any string of text with the SUBSTITUTE function

A

=SUBSTITUTE([cell],”old text “, “New text”)

25
Q

Filtering data

A

=FILTER(array, include
Array = data you want to filter
Include = the criteria to filter data on

Ex: =FILTER(B5:B37, C5:C37=E4)

26
Q

Move columns

A

HOLD SHIFT, HOVER ON COLUMN TIL YOU SEE THE 4 DIRECTION POINTER, THEN DRAG COLUMN TO DESIRE LOCATION.

27
Q

Case function

A

=UPPER(
=LOWER(
=PROPER(

28
Q

REMOVE GIRDLINES

A

ALT W VG

29
Q

REPLACE CHARACTER

A

=REPLACE(

Replace characters within a text string based on location

30
Q

COUNT FUNCTION

A

Count cells within a range that meets a criteria

=COUNTIF(range, criteria

31
Q

INSERT ROWS AFTER EVERY ROW

A
  1. Number the rows & copy the row #s and paste it below.

2. Select the first number, ALT A SA

32
Q

Convert lists into data tables

A

=TEXTSPLIT(text, col_delimiter, row_delimiter)

33
Q

Add or remove filter

A

CTRL SHIFT L

34
Q

Create table shortcut

A

CTRL T