Functions Flashcards
SEQUENCE
Allows you to generate a list of sequential numbers
=sequence(
Auto fit data
ALT H O I
ALT H O A
XLOOKUP
Find order ID & corresponding values
=XLOOKUP(Lookup_value, lookup_array, return array)
Combine cells
= [cell] & “ “ & [cell]
Unhide all cells
Rows & columns
= CTRL SHIFT 9
-highlight entire sheet then double click between a row or column
OR
=CTRL SHIFT 9 (ROWS)
=APT O C U (COLUMNS)
Hide row & column
CTRL 9
CTRL 0
Auto sum
ALT =
Delete all blank rolls
CTRL G [BLANKS]
CTRL -
Insert row
CTRL SHIFT +
Select row
SHIFT SPACEBAR
Delete row
CTRL -
Absolute reference
To fixate a cell location for reference
F4 [cell]
Create drop down menu
CTRL A V V
Separate text into columns
ALT A E
CALCULATE DAYS UNTIL DUE
=DAYS(CELL, TODAY())& “ DAYS”
OR
=DAYS(“DATE”,”DATEL)
*MUST USE QUOTATIONS AROUND DATE
Convert number to percentage
CTRL 1, CUSTOM, 0\%
Remove duplicates
ALT A Q, check unique records only
A (data)
Q (advanced filter)
OR
ALT A M
Create a weekday only series
ALT H FI S
Home, filter, series
Automatically highlight duplicates
Highlight column or row you want to use it on Right click sheet View code Paste VBA code F5 to apply code
Insert a row after every row
- number the rows & copy the row numbers and paste it below
- select the first number, ALT A SA
Count cells within a range that meets a criteria
=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.
Shortcut for current date a& time
CTRL :
CTRL SHIFT :
TEXTJOIN FUNCTION
Combine cells together with any delimiter using this function.
-TEXTJOIN(“;”,,[cells]
Replace any string of text with the SUBSTITUTE function
=SUBSTITUTE([cell],”old text “, “New text”)