The Entrepreneur Forum | Financial Freedom | Starting a Business | Motivation | Money | Success
  • SPONSORED: GiganticWebsites.com: We Build Sites with THOUSANDS of Unique and Genuinely Useful Articles

    30% to 50% Fastlane-exclusive discounts on WordPress-powered websites with everything included: WordPress setup, design, keyword research, article creation and article publishing. Click HERE to claim.

Welcome to the only entrepreneur forum dedicated to building life-changing wealth.

Build a Fastlane business. Earn real financial freedom. Join free.

Join over 90,000 entrepreneurs who have rejected the paradigm of mediocrity and said "NO!" to underpaid jobs, ascetic frugality, and suffocating savings rituals— learn how to build a Fastlane business that pays both freedom and lifestyle affluence.

Free registration at the forum removes this block.

Tips & Tricks: Google Sheets & Excel

Threads with an onging chat or conversation

Andy Black

Help people. Get paid. Help more people.
Staff member
FASTLANE INSIDER
EPIC CONTRIBUTOR
Read Fastlane!
Speedway Pass
User Power
Value/Post Ratio
370%
May 20, 2014
18,700
69,100
Ireland
I thought it might be helpful to have a thread where we swap tips and tricks.

Someone in the forum has a progress thread for a YouTube channel about Google Sheets. I'll link to that when I find it.


A handy wee tip:
  • For those who create Google sheets a lot, you could type in sheets.new in your browser and it should create a new Google Sheet.

A couple of useful new Google Sheets functions I learned over the last two weeks:
  • importrange() allows us to import data from another sheet.
  • query() allows us to retrieve and filter data.

I've used these two functions to extract data from a master "agency" sheet into separate "client" sheets where only their data is pulled through.


Here's an example where I could put this formula into a cell in the client sheet and pull over CallRail data:
  • Column 7 is the "Start Time".
=query(importrange("<sheet ID>", "Calls!A:AB"), "where Col2='<name of client>" order by Col7", 1)



You can just use query() on it's own and pull back data from another tab in the current sheet (useful when you want to hide some columns or rows from other users).

Here I'm selecting various columns by their letter:

=query('Imported Calls'!A:AF, "select K, L, E, M, N, P, Q, AE where D='Y'")


EDIT: Added "Excel" to the title.
 
Dislike ads? Remove them and support the forum: Subscribe to Fastlane Insiders.
Last edited:

Andy Black

Help people. Get paid. Help more people.
Staff member
FASTLANE INSIDER
EPIC CONTRIBUTOR
Read Fastlane!
Speedway Pass
User Power
Value/Post Ratio
370%
May 20, 2014
18,700
69,100
Ireland

Cybom

Bronze Contributor
Read Fastlane!
Speedway Pass
User Power
Value/Post Ratio
219%
Dec 18, 2021
62
136
Thank you @Andy Black !
As I'm also learning on the way, I'll follow this thread closely! (I just hope it won't emphasize my impostor syndrom :clench:).

There is something that I think may be worth sharing here and this is about the interaction between Google Sheets and Google Apps Script (VBA for Google Sheets). If you have already tried triggering an Apps Script function from the mobile version of Google Sheets, you most likely noticed it is not possible. Simply because you cannot call Apps Script from the mobile version of Google Sheets.

But there is a tip or I should say a workaround. All you can do is:

1) Set up a trigger which reacts and triggers the function for every modification in the Google Sheets file
2) Include a tickbox in your Google Sheets file
3) Check whether the tickbox is ticked at the beginning of the function and execute the next part of the script only if it is ticked
4) At the end of the function, include a line of code to untick the box

Then your function will be triggered if you tick your tickbox as it would do with a button. The only difference is that it will also work on the mobile app since the function is not directly called from Google Sheets but by the trigger which is reacting to a modification in the file (done either from the web version or the mobile app).

I'm not sure it can be useful for someone (I must admit the video about it did not really have a huge success on the channel) and it may not work with bigger files but I found it cool enough to be shared :blush:
 
Dislike ads? Remove them and support the forum: Subscribe to Fastlane Insiders.

Post New Topic

Please SEARCH before posting.
Please select the BEST category.

Post new topic

Guest post submissions offered HERE.

Latest Posts

New Topics

Fastlane Insiders

View the forum AD FREE.
Private, unindexed content
Detailed process/execution threads
Ideas needing execution, more!

Join Fastlane Insiders.

Top