12 Google Sheets formulas guaranteed to increase your productivity: 📊
ARRAYFORMULA

Why enter 3 formulas when 1 will do the trick?

Array formulas allow you to process data in a "batch" rather than individual calculations.

Here we pull the monthly sales for each "widget" & quickly calculate the Q1 total.

Formula:=ARRAYFORMULA(C3:C5+C7:C9+C11:C13)
SPLIT

Split text from one cell into multiple.

Formula: =SPLIT(B3,“ ”)

This will take the contents of B3 and separate it into C3 & D3 based on the delimiter you place inside " ".

In this case, we'll separate the First & Last names based on the "space" in between.
CONCATENATE

Combine the contents of multiple cells into a single cell.

Formula: =CONCATENATE (B3,“ ”,C3)

Using the same sheet from our example above, let's try it in reverse.

We'll now take the data in cells C3 + D3 and combine it to populate B3 with a single clean entry.
QUERY

Search large data sets to find & extract items that meet specified criteria.

Formula:=QUERY(B3:C14, "select B where C>50000")

In this example, we'll pull out the names from column B with over 50K followers in column C.

This is only the beginning of what QUERY can do!
IMPORTRANGE

This one takes practice, but once you figure it out––it's worth it.

Automatically pull data from one tab (or spreadsheet) into another.

The data in the receiving sheet (a dashboard for example) updates dynamically.

=IMPORTRANGE(spreadsheet_url, range_string)
VLOOKUP

Searches for a certain value in a column––within a given range.

Then returns a value from a different column in the same row.

Formula:=VLOOKUP(B8,A3:C6,2,false)

• B8 = Search value
• A3:C6 = Range
• 2 = Column to return value from
• False = Exact match
QR CODES

It seems everyone has a smartphone these days...

Generating an easily scannable image to drive traffic to your site seems like a no-brainer.

•Copy + paste formula below
•Change "A1" to the cell with your URL
•💥 Free QR code

=IMAGE("chart.googleapis.com/chart?chs=200x…"&A1&"")
SUMIF

Perform "conditional calculations."

Formula:=SUMIF(C3:C12, "Home Decor", D3:D12)

In our example, we have a several products spread across multiple categories.

SUMIF lets us easily see the total for all widgets in only the specified group. "Home Decor"
DETECTLANGUAGE / TRANSLATE

A simple set of formulas you can use to:

• Detect what language is being used
👇🏻
• Translate it into another language of your choice

Formulas:
=DETECT(E2)
=GOOGLETRANSLATE(E2,F2,"en")

Check it out!
SPARKLINES/Progress Bars

What good are goals if you can't track against them?

Good news––Sheets make it simple to see a visual representation of your progress using SPARKLINES.

Easily embed a miniature bar chart inside any cell.

=SPARKLINE(B2:C2,{"charttype","bar";"max",C2})
PIVOT TABLES

OK––this one isn't technically a formula, but...

If you're looking to quickly summarize large groups of data, Pivot Tables are the way to go.

Easily label, sort, and organize based on your preference and how you want to present the information.

Watch & Learn 👇🏻
GOOGLEFINANCE - Bonus

Check out this free investment tracker template from @googlefinance:

•Monitor Trends
•View historical data
•Build your own watch list & more!

Link to the free sheet here:
docs.google.com/spreadsheets/d…
That's all for today!

If you enjoy learning new things about Excel, Google Sheets, and productivity in general, follow me @blakeaburge.

Also, join 20K+ people and check out my newsletter:

NERD ALERT 🚨

3 Tech Tips | Every Sunday | 5 Minutes
blakeburge.com

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Blake Burge 💡

Blake Burge 💡 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @blakeaburge

Sep 10
How to build an interactive Excel Dashboard (step-by-step): 📊
Step 1: Setup

For the sake of this tutorial, I've gone ahead & created an Excel workbook with a bit of sample data.

If you'd free copy, click the link below and you can download a template of the exact spreadsheet I am using here:
bit.ly/3L38q5L
Step 2:

Start with the following worksheet tabs:

• Dashboard - Empty (for now)
• Data - Raw data

Within our "Data" tab we'll have the following columns:

• Customer Name
• Item Description
• Qty Sold
• Price Each
• Revenue
• Cost
• Profit
• Date Sold

Like this:
Read 16 tweets
Sep 3
Here are 10 Things you didn't know your Mac could do (until now) 💻
Hot Corners:

Launch various actions within your computer simply by moving your mouse to one corner of the screen or another.

• System Preferences
• Mission Control
• Hot Corners
• Select the action to launch
Specific Screenshots:

SHIFT+CMD+3 will capture your entire screen.

Did you know you can also narrow your capture to a specific portion?

It's easy, & now that I know it exists, I use it every day.

A simple SHIFT+CMD+4 and you're on your way.
Read 12 tweets
Aug 31
3 Google Sheets tips you can learn in the next 3 minutes: 📊
Heat Maps:

With conditional formatting, you can turn your data into a heat map to easily identify trends & patterns.

•Select the data range in the Google Sheet
•Format->Conditional Formatting
•Click "Color Scale"
•Select colors to represent:
––Min, Mid, & Max
Easily Extract or Split Text:

There are plenty of times when I've been sent a spreadsheet that had all of the data I needed...

It just wasn't in the right place.

Here's a quick keyboard shortcut to easily split data into the cells you prefer:

Mac: CMD+Shift+Y
PC: CTRL+Shift+Y
Read 6 tweets
Aug 27
Everyone wants to get more done.

The first step... Managing your time well.

10 Google Calendar tips to increase your productivity––starting now: 🗓
Appointment slots:

Here's one I bet you didn't know.

Want to block off chunks of time to allow others to schedule meetings with you?

It's simple.

•Create event
•Click "appointment slots"
•A link is created to your event's appointment page where people can book a slot.
Never forget again:

So you're scheduling a meeting...

You've got questions you don't want to forget, but you're not ready to share just yet.

Use "Keep" instead of the "description" section.

•Keep
•"Take a note"
•Add text
•Your private note is now linked to this event.
Read 12 tweets
Aug 20
You'll get better at Excel with these 8 simple tips: 📊
Print Titles:

Printing a worksheet with several pages?

Want the header to repeat at the top?

You could go to:

Page Layout-> Page Setup-> Sheet-> Rows to repeat at the top-> Select rows

Slooowww!

Instead, select the top row & type:

'print_titles' in the cell name box

Done!
New Window:

I bet you've had times when you wanted to compare items within the same sheet side by side...

There are a few different ways to do this, but my favorite is the 'New Window' feature.

Open 2 instances of the same file & review and edit as you like.
Read 11 tweets
Aug 14
4 Google Sheets skills
4 minutes to learn (or less)
4 hours you can save this week: 📊
Checkbox Conditional Formatting:

I love to-do lists.

I also love the ability to check things off as I get them done.

Using a combination of checkboxes and conditional formatting, you can make a simple to-do list that visually updates as you complete each task.

Like this:
CONCATENATE

Combine the contents of multiple cells into a single cell.

Formula: =CONCATENATE (B3,“ ”,C3)

We'll take the data in cells C3 + D3 and combine it to populate B3 with a single clean entry.
Read 6 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(