I want to capitalize full names I have in a sheet
What is =UPPER(Cell) ?
Function that allows you to vertically lookup for a specified value
How to change a fully capitalized name back into lower case
What is =lower() ?
This shortcut allows you to select an entire column
What is control + space?
What is G-Connector
Ordering data in a cell by A-Z order
What is ASCENDING?
Use this shortcut to see all your formulas
What is Ctrl + ~ ?
I have email copy in a cell that is in a foreign language, I can use this function to translate the copy into English
I can use this to multiply two numbers together
What is =PRODUCT(,)
You want to look at specific row in a range you have specified
This function takes off unnecessary white space in a cell
What is TRIM
Use this shortcut to format number into percentages
Control + shift + 5
I want to copy a set of data from another sheet into the one I am working
I can use this function to see today's date as a data point (don't overthink this one)
What is =TODAY()
I can use this function to transform any date or time into a number
Function that allows you to keep headers as you scroll down a sheet.
Use this shortcut to be able to insert today's date into your sheet
What is an array formula?
Function that allows you to test whether a condition is true
What is IF?
I want to extract "ing" off of "running". I would use this formula to extract it.
=regexextract(cell, "ing")
You can find the ability to remove duplicates in your data with this function
What is DATA CLEANUP
control + shift + o
I could use this visualization tool to display which reps are performing the best over the past month
What is a pivot table?