Andy Black
Help people. Get paid. Help more people.
Staff member
FASTLANE INSIDER
EPIC CONTRIBUTOR
LEGACY MEMBER
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:
A couple of useful new Google Sheets functions I learned over the last two weeks:
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:
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.
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".
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? Become a Fastlane member:
Subscribe today and surround yourself with winners and millionaire mentors, not those broke friends who only want to drink beer and play video games. :-)
Last edited:
Membership Required: Upgrade to Expose Nearly 1,000,000 Posts
Ready to Unleash the Millionaire Entrepreneur in You?
Become a member of the Fastlane Forum, the private community founded by best-selling author and multi-millionaire entrepreneur MJ DeMarco. Since 2007, MJ DeMarco has poured his heart and soul into the Fastlane Forum, helping entrepreneurs reclaim their time, win their financial freedom, and live their best life.
With more than 39,000 posts packed with insights, strategies, and advice, you’re not just a member—you’re stepping into MJ’s inner-circle, a place where you’ll never be left alone.
Become a member and gain immediate access to...
- Active Community: Ever join a community only to find it DEAD? Not at Fastlane! As you can see from our home page, life-changing content is posted dozens of times daily.
- Exclusive Insights: Direct access to MJ DeMarco’s daily contributions and wisdom.
- Powerful Networking Opportunities: Connect with a diverse group of successful entrepreneurs who can offer mentorship, collaboration, and opportunities.
- Proven Strategies: Learn from the best in the business, with actionable advice and strategies that can accelerate your success.
"You are the average of the five people you surround yourself with the most..."
Who are you surrounding yourself with? Surround yourself with millionaire success. Join Fastlane today!
Join Today