Joseph Palumbo
Joseph Palumbo
  • 37
  • 299 951

Video

Wordpress - Video 3 - Installing LAMP
zhlédnutí 18Před 8 měsíci
Three simple commands will turn your new Cloud Server into a LAMP server.
Wordpress - Video 2 - Create a Cloud Server
zhlédnutí 26Před 8 měsíci
In this video I show you how quick and easy it is to create a new cloud server.
Wordpress - Video 1 - Welcome
zhlédnutí 15Před 8 měsíci
This video series will walk you through the basic steps of creating a Cloud Server, Installing LAMP, and then installing Wordpress. In the final video, I'll show you how you can bypass all of these steps using the Cloud Deployments feature in your control panel.
Select MIN or MAX values with XLOOKUP - Excel and Google Sheets
zhlédnutí 1,3KPřed 8 měsíci
A view posted a question in a previous video about INDEX MATCH where he needed to pull the MAX value from a table using a value in another column as a search key. In this video I show you how to solve for this using SORT and SORTBY with XLOOKUP. Here are the formulas I used in the video Finish Place: =XLOOKUP(1,(B5:B16=H5)*(C5:C16=H6),E5:E16) Best Finish: =XLOOKUP(H5,SORTBY(B5:B16,E5:E16,1),SOR...
Create a Notion Style Life OS Dashboard in Google Sheets
zhlédnutí 1KPřed 8 měsíci
If you're a productivity junkie, like me, you've probably heard of or used Notion. But you've probably also run into some of Notion's limitations. In this video, I show you how to build a basic Notion-style life tracker dashboard using Google Sheets and App Script. Get the code here: gist.github.com/palumbo/197e21548c6eb773e9e5907a16321c82 Chapters 0:00 Dashboard Overview 2:22 Setting up a new ...
Google Apps Script - Create Files and Folders in Google Drive Using Values from Google Sheets
zhlédnutí 10KPřed rokem
In this video, I show you how to use Google's DriveApp and DocumentApp to create both new Folders and Google Documents using values from a Google Sheet. Have you ever wanted to create either new folders or documents based on values from a spreadsheet? If you're using Google Workspace, this can be accomplished with less than 30 lines of simple Google Apps Script. Github Gist: gist.github.com/pal...
Importing Data using Excel's Power Query and Google Sheet's IMPORTHTML
zhlédnutí 989Před rokem
One of the main problems people face when wanting to learn how to use Excel or Google Sheets is data. Namely, where to get it. Because unlike learning how to code, you can’t really learn data analysis if you don’t have data to analyze. So in this video, I’m going to show you how to use Excel's Power Query and Google Sheet's =IMPORTHTML to import data into your spreadsheet for analysis.
XLOOKUP from BASIC to ADVANCED using MULTIPLE CRITERIA for #Excel and #googlesheets
zhlédnutí 1,2KPřed rokem
Ever need to find just the right value in your #Excel or #googlesheets, but not sure how to get it without a lot of filtering and sorting? In this #exceltutorial we're going to look at one of the most powerful formulas, #XLOOKUP. We'll cover the basics on how to use it and move into a more advanced situation where we use XLOOKUP to search using multiple criteria by understanding the boolean val...
Day In The Life of a Data Analyst - Time Sheet Audit/Analysis
zhlédnutí 182Před rokem
I switch gears a little in this video to show you how I completed an ad hoc request from one of my clients who wanted me to look for overlapping shifts in 44K rows of time card data. This is a real request from one of my clients and gives you a quick glimpse at some of the work available for anybody who knows how to work with Excel, analyze data, and present findings.
Hello World! For Google Apps Script + Google Sheets
zhlédnutí 1,3KPřed rokem
Trying to get started with Google Apps Script? It’s become customary to write a ‘Hello World’ script any time you start to learn a new programming language. In this video, I show you 3 ways to write ‘Hello World’ into a Google Sheet using Google Apps Script. Code: github.com/palumbo/CZcams-Scripts/blob/main/helloWorld WANT TO SAVE MONEY USING GOOGLE WORKSPACES? If you're interested in maximizin...
Google Apps Script Tutorial: Checking Values Against An Array - Prevent Data Duplication
zhlédnutí 6KPřed 2 lety
I've received a lot of comments on previous videos asking how to prevent data duplication when working with Apps Script. In this video I show you a few ways to build and use arrays of values to check against when sorting through data. You can see the code I wrote in this video here - gist.github.com/palumbo/c449ea530ef4eec904628b7257697364
Google Apps Script Tutorial: Send Yourself an Email with the onEdit() Trigger
zhlédnutí 25KPřed 2 lety
In this video I show you how easy it is to trigger an email to be sent when a spreadsheet is updated, even with a specific value, using Google Apps Script's onEdit function. You can review the code I wrote in this video at github.com/palumbo/CZcams-Scripts/blob/main/sendEmailOnEdit WANT TO SAVE MONEY USING GOOGLE WORKSPACES? If you're interested in maximizing the capabilities of Google Workspac...
Google Apps Script Tutorial: Download Multiple Images From URLs In A Spreadsheet
zhlédnutí 11KPřed 2 lety
A viewer sent me a comment that they have a Google Form that asks for an image upload. But rather than showing the image, the Google Sheet shows the URL of the image. In this video I show two methods of downloading the image from the URL in their Google Sheet. Method 1 downloads the image into a cell in their Google Sheet. Method 2 download the image into a designated folder in their Google Dri...
Google Apps Script Tutorial: Create New Documents From A Template In Google Drive
zhlédnutí 4,4KPřed 2 lety
Google Apps Script Tutorial: Create New Documents From A Template In Google Drive
Index Match Using MULTIPLE CRITERIA 🙀🤯
zhlédnutí 77KPřed 2 lety
Index Match Using MULTIPLE CRITERIA 🙀🤯
Google Apps Script: Copy Rows To A New Sheet Based on Cell Value
zhlédnutí 59KPřed 2 lety
Google Apps Script: Copy Rows To A New Sheet Based on Cell Value
Google Sheets + Google Apps Script: Insert Image from URL
zhlédnutí 19KPřed 2 lety
Google Sheets Google Apps Script: Insert Image from URL
macOS Shortcut - Open Links With Any Browser
zhlédnutí 11KPřed 2 lety
macOS Shortcut - Open Links With Any Browser
Google Apps Script Made Easy - Add Menu Items to Google Sheets
zhlédnutí 11KPřed 2 lety
Google Apps Script Made Easy - Add Menu Items to Google Sheets
Google App Script Made Easy - Automating Google Sheets
zhlédnutí 19KPřed 2 lety
Google App Script Made Easy - Automating Google Sheets
How to build a Customer Success CSM Tracker - Part 3 - Pulling Metrics
zhlédnutí 1,6KPřed 7 lety
How to build a Customer Success CSM Tracker - Part 3 - Pulling Metrics
How to build a Customer Success CSM Tracker - Part 2 - Conditional Formatting
zhlédnutí 2,1KPřed 7 lety
How to build a Customer Success CSM Tracker - Part 2 - Conditional Formatting
How to build a Customer Success CSM Tracker - Part 1 - Creating the spreadsheet
zhlédnutí 5KPřed 7 lety
How to build a Customer Success CSM Tracker - Part 1 - Creating the spreadsheet
Changing Security Settings in Mac OS X to install Forge
zhlédnutí 1,1KPřed 10 lety
Changing Security Settings in Mac OS X to install Forge
Installing Minecraft Forge 1.6.4 on Mac OS X 10.9.1
zhlédnutí 6KPřed 10 lety
Installing Minecraft Forge 1.6.4 on Mac OS X 10.9.1
Configuring and Deploying a Cloud Load Balancer
zhlédnutí 108Před 10 lety
Configuring and Deploying a Cloud Load Balancer
Cloud Backup: Restoring from Cloud Backup
zhlédnutí 49Před 10 lety
Cloud Backup: Restoring from Cloud Backup
Rackspace Cloud Backup: Creating a backup job
zhlédnutí 163Před 10 lety
Rackspace Cloud Backup: Creating a backup job
Installing and Configuring the Cloud Backup Agent
zhlédnutí 382Před 10 lety
Installing and Configuring the Cloud Backup Agent

Komentáře

  • @JoeyIngles
    @JoeyIngles Před 18 hodinami

    Sorry, but some of use are noobs. You didn't tell us how to launch the shortcuts app.

  • @SupportManager-e6x
    @SupportManager-e6x Před 6 dny

    Way helpful thank you!

  • @mariedjusthine
    @mariedjusthine Před 6 dny

    Thank you! U saved my day. ❤

  • @juliajones8591
    @juliajones8591 Před 8 dny

    This was the best app script video I have ever seen!!!

  • @rosiepost9370
    @rosiepost9370 Před 9 dny

    For an extreme novice this video was the most helpful thing I could find! In this example using the apps script, what if you only wanted to copy over the revenue but have it copied to the "Eddie" or "Joseph" sheets based off the name in your master sheet?

  • @mirosDV
    @mirosDV Před 16 dny

    I like the way you explained the "1". In other words, return a 1 if all these conditions here are true, or else false. Thank you!

  • @t02fy4tc0sx
    @t02fy4tc0sx Před 17 dny

    Just wondering, am i able to do the inverse of this? Such as send an email via python automation script with data in the email body to update a cell in the google sheet?

  • @josephjasperamparo3080

    Thanks for the info. Is there a way I can rename files based on cell values on a daily basis? Say, I need to create multiple google worksheets/make copies for like 6 to 10 new google worksheets and rename it based on Column C2:C12 values? Tia!

  • @carloscastaneda7047
    @carloscastaneda7047 Před 27 dny

    This is going to help me significantly when it comes to validating data

  • @johnstath9666
    @johnstath9666 Před měsícem

    This is great video. Do you have one where you can match multiple criteria for a result in an array of columns and rows

  • @japhenriquez140
    @japhenriquez140 Před měsícem

    Good day, I was wondering if its possible to upload a file (pdf / img) to a specific folder created ex. Stranger Things -> at column 7 instead of just description you upload a photo/pdf instead a document and it'll save or upload that file to the Stranger Things Folder?

  • @romanrocks572
    @romanrocks572 Před měsícem

    hi Joseph, your videos are great but too much for me to process. I am looking for a script that will email my teachers based on selection from a google form. For example, if user selects course 1, then teacher 1 should receive the email, "hi this person sent a request" if user selects course 2 then email should be sent to teacher2. on activesheet sheet2 I have list of teachers and their email address. Can you post what it would look like? the trigger is based on "form submit"

  • @dariodipaola8156
    @dariodipaola8156 Před měsícem

    That's great, it works.. thanks a lot!!

  • @lythienghuo2876
    @lythienghuo2876 Před měsícem

    If sort item large and small teacher

  • @Elizabeth-ei7ne
    @Elizabeth-ei7ne Před měsícem

    Thank you! I really needed exactly this and had no idea how to go about it. This will make life so much easier!

  • @pikesway
    @pikesway Před měsícem

    This is perfect. Thank you! I do have another question about using url images but with google slides. Can I create a new slide per row of data and save the images from the url to a slide image placeholder (using the same shape as the placeholder, meaning circle or some mask). Is this doable?

  • @FranulkarNagie
    @FranulkarNagie Před měsícem

    I find this very useful. Thank you for sharing.

  • @abhishekkuradia898
    @abhishekkuradia898 Před 2 měsíci

    Thank you so much ❤

  • @Chanderv31
    @Chanderv31 Před 2 měsíci

    4:30

  • @abernier1401
    @abernier1401 Před 2 měsíci

    This is exactly what I need, but unfortunately I'm limited to Excel 2016. Is there anyway to accomplish the same effect without the use of XLOOKUP?? For example, with VLOOKUP or another approach? Thanks in advance!

  • @CheyanneKabia
    @CheyanneKabia Před 2 měsíci

    this is a great video ! thank you! Can you help me with this: how to I automate the sheet so that if within a row, a column dropdown is marked "Yes". the entire row gets moved to a different sheet within the spreadsheet ?

  • @bit_Jon_Trader
    @bit_Jon_Trader Před 2 měsíci

    This is great, but I still get Error - Did not find value '1' in MATCH evaluation.

  • @JonDellosa
    @JonDellosa Před 2 měsíci

    can you set images' file name on download with corresponding cell in the sheet?

  • @ekelly858
    @ekelly858 Před 2 měsíci

    Excellent 😊

  • @MK-jn9uu
    @MK-jn9uu Před 2 měsíci

    OMG IT WORKED!!! Thank you! ♥♥

  • @kMyAbdulrahman
    @kMyAbdulrahman Před 3 měsíci

    this is brilliant. thank you so much

  • @emilytischer5177
    @emilytischer5177 Před 3 měsíci

    is it possible in a query to grab from a row instead, and can that row be a variable that is named when a sheet is generated by a template? in other words, can i put the query in the template?

  • @flightforge30
    @flightforge30 Před 3 měsíci

    thanks...more understandable than listening to an indian accent

  • @nikhammarberg
    @nikhammarberg Před 3 měsíci

    I'd love to be able to rename the downloaded image files based on data in another column - to expand on your example, rename them as partnumber_01, partnumber_02... .jpg/png etc.

  • @kishoarwasifchowdhury4839
    @kishoarwasifchowdhury4839 Před 3 měsíci

    you're a freaking life-saver!!! A LIFE-SAVER!!!!

  • @lahnahar
    @lahnahar Před 3 měsíci

    Hello! Thank you! It works. However, the images I’ve downloaded are in html format. Can you explain what possibly could be the reason?

  • @afcopg4285
    @afcopg4285 Před 3 měsíci

    This saved us an incredible amount of time. Thank you, Joseph!

  • @timrapoza5985
    @timrapoza5985 Před 3 měsíci

    Does anyone know where this feature is explained / documented ? I would really like to understand why placing a "1" in "search_key" parameter of the MATCH function makes it behave this way ... Here is the syntax from google help: MATCH(search_key, range, [search_type])

  • @GP-ue5hd
    @GP-ue5hd Před 3 měsíci

    perfect, thanks

  • @user-op6ul3yj6z
    @user-op6ul3yj6z Před 4 měsíci

    i see message that function MATCH couldn't find value 1. Any ideas why this happened, recommendations? Will appreciate a lot!

  • @Ersys-ck6zl
    @Ersys-ck6zl Před 4 měsíci

    how about 1

  • @DanielChacon-uk9qm
    @DanielChacon-uk9qm Před 4 měsíci

    Thank you for this!

  • @dionakidd7499
    @dionakidd7499 Před 4 měsíci

    Hm. I ran the code with no error but am not seeing the menu.

  • @medthehatta
    @medthehatta Před 4 měsíci

    Absolutely perfect presentation with exactly the right amount of information to get started. Thank you!

  • @RajKumar-hv8kq
    @RajKumar-hv8kq Před 4 měsíci

    How to use these between 2 Google sheets.

  • @alicenigl5862
    @alicenigl5862 Před 4 měsíci

    This is awesome. I would love to get a little help in getting mine to work. Is there any help available? One of my issues is a message. Don't have permission to run.

  • @hammockmonk
    @hammockmonk Před 4 měsíci

    I love the sheet and I appreciate all the work. But I get the error: "TypeError: Cannot read properties of undefined (reading 'range') onEdit @ Code.gs:81" This happens both when I type the code myself and when I copy/paste from your linked code. Can you see the problem?

  • @asmrindia
    @asmrindia Před 4 měsíci

    Great

  • @richardwhalen1859
    @richardwhalen1859 Před 4 měsíci

    Thanks. Great Video, Great description.

  • @OndosSaragih
    @OndosSaragih Před 4 měsíci

    Thank you, thank you, thank you! You are incredibly helpful!

  • @danielmachuca6507
    @danielmachuca6507 Před 4 měsíci

    can u add to downlowd to multiple folders

    • @danielmachuca6507
      @danielmachuca6507 Před 4 měsíci

      i have the column A with some codes and need to download the pictures into the folder with the code name

  • @abdalbastsalm5801
    @abdalbastsalm5801 Před 4 měsíci

    very good

  • @angelodelmindo9808
    @angelodelmindo9808 Před 5 měsíci

    Amazing, this really helped me 😊 Thank you

  • @alanharris3061
    @alanharris3061 Před 5 měsíci

    Im struggling to find it. I can automate in excel but im wanting to share it in Google drive and excel sheets doesnt have it and i suspect thats why it doesnt work from there

  • @user-dz3jx3nr9g
    @user-dz3jx3nr9g Před 5 měsíci

    Very helpful. Thankyou 1 question. What if i want to add attachment (pdf / image) based on link that state on the google sheet instead of document description? what script do i need to change?