Joseph Palumbo
Joseph Palumbo
  • Видео 37
  • Просмотров 284 856

Видео

Wordpress - Video 3 - Installing LAMP
Просмотров 176 месяцев назад
Three simple commands will turn your new Cloud Server into a LAMP server.
Wordpress - Video 2 - Create a Cloud Server
Просмотров 216 месяцев назад
In this video I show you how quick and easy it is to create a new cloud server.
Wordpress - Video 1 - Welcome
Просмотров 146 месяцев назад
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
Просмотров 8856 месяцев назад
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
Просмотров 8236 месяцев назад
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
Просмотров 8 тыс.11 месяцев назад
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
Просмотров 84811 месяцев назад
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
Просмотров 830Год назад
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
Просмотров 174Год назад
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
Просмотров 1,2 тыс.Год назад
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/RUclips-Scripts/blob/main/helloWorld WANT TO SAVE MONEY USING GOOGLE WORKSPACES? If you're interested in maximizi...
Google Apps Script Tutorial: Checking Values Against An Array - Prevent Data Duplication
Просмотров 6 тыс.Год назад
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
Просмотров 24 тыс.2 года назад
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/RUclips-Scripts/blob/main/sendEmailOnEdit WANT TO SAVE MONEY USING GOOGLE WORKSPACES? If you're interested in maximizing the capabilities of Google Workspa...
Google Apps Script Tutorial: Download Multiple Images From URLs In A Spreadsheet
Просмотров 11 тыс.2 года назад
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
Просмотров 4,2 тыс.2 года назад
Google Apps Script Tutorial: Create New Documents From A Template In Google Drive
Index Match Using MULTIPLE CRITERIA 🙀🤯
Просмотров 74 тыс.2 года назад
Index Match Using MULTIPLE CRITERIA 🙀🤯
Google Apps Script: Copy Rows To A New Sheet Based on Cell Value
Просмотров 56 тыс.2 года назад
Google Apps Script: Copy Rows To A New Sheet Based on Cell Value
Google Sheets + Google Apps Script: Insert Image from URL
Просмотров 18 тыс.2 года назад
Google Sheets Google Apps Script: Insert Image from URL
macOS Shortcut - Open Links With Any Browser
Просмотров 10 тыс.2 года назад
macOS Shortcut - Open Links With Any Browser
Google Apps Script Made Easy - Add Menu Items to Google Sheets
Просмотров 11 тыс.2 года назад
Google Apps Script Made Easy - Add Menu Items to Google Sheets
Google App Script Made Easy - Automating Google Sheets
Просмотров 18 тыс.2 года назад
Google App Script Made Easy - Automating Google Sheets
How to build a Customer Success CSM Tracker - Part 3 - Pulling Metrics
Просмотров 1,6 тыс.6 лет назад
How to build a Customer Success CSM Tracker - Part 3 - Pulling Metrics
How to build a Customer Success CSM Tracker - Part 2 - Conditional Formatting
Просмотров 2,1 тыс.6 лет назад
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
Просмотров 5 тыс.6 лет назад
How to build a Customer Success CSM Tracker - Part 1 - Creating the spreadsheet
Changing Security Settings in Mac OS X to install Forge
Просмотров 1,1 тыс.10 лет назад
Changing Security Settings in Mac OS X to install Forge
Installing Minecraft Forge 1.6.4 on Mac OS X 10.9.1
Просмотров 6 тыс.10 лет назад
Installing Minecraft Forge 1.6.4 on Mac OS X 10.9.1
Configuring and Deploying a Cloud Load Balancer
Просмотров 10810 лет назад
Configuring and Deploying a Cloud Load Balancer
Cloud Backup: Restoring from Cloud Backup
Просмотров 4810 лет назад
Cloud Backup: Restoring from Cloud Backup
Rackspace Cloud Backup: Creating a backup job
Просмотров 16210 лет назад
Rackspace Cloud Backup: Creating a backup job
Installing and Configuring the Cloud Backup Agent
Просмотров 38010 лет назад
Installing and Configuring the Cloud Backup Agent

Комментарии

  • @FranulkarNagie
    @FranulkarNagie День назад

    I find this very useful. Thank you for sharing.

  • @abhishekkuradia898
    @abhishekkuradia898 8 дней назад

    Thank you so much ❤

  • @Chanderv31
    @Chanderv31 11 дней назад

    4:30

  • @abernier1401
    @abernier1401 24 дня назад

    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 28 дней назад

    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 28 дней назад

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

  • @JonDellosa
    @JonDellosa Месяц назад

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

  • @ekelly858
    @ekelly858 Месяц назад

    Excellent 😊

  • @MK-jn9uu
    @MK-jn9uu Месяц назад

    OMG IT WORKED!!! Thank you! ♥♥

  • @kMyAbdulrahman
    @kMyAbdulrahman Месяц назад

    this is brilliant. thank you so much

  • @emilytischer5177
    @emilytischer5177 Месяц назад

    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 Месяц назад

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

  • @nikhammarberg
    @nikhammarberg Месяц назад

    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 Месяц назад

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

  • @lahnahar
    @lahnahar Месяц назад

    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 Месяц назад

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

  • @timrapoza5985
    @timrapoza5985 2 месяца назад

    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 2 месяца назад

    perfect, thanks

  • @user-op6ul3yj6z
    @user-op6ul3yj6z 2 месяца назад

    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 2 месяца назад

    how about 1

  • @DanielChacon-uk9qm
    @DanielChacon-uk9qm 2 месяца назад

    Thank you for this!

  • @dionakidd7499
    @dionakidd7499 2 месяца назад

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

  • @medthehatta
    @medthehatta 2 месяца назад

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

  • @RajKumar-hv8kq
    @RajKumar-hv8kq 2 месяца назад

    How to use these between 2 Google sheets.

  • @alicenigl5862
    @alicenigl5862 2 месяца назад

    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 2 месяца назад

    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 2 месяца назад

    Great

  • @richardwhalen1859
    @richardwhalen1859 2 месяца назад

    Thanks. Great Video, Great description.

  • @OndosSaragih
    @OndosSaragih 2 месяца назад

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

  • @danielmachuca6507
    @danielmachuca6507 3 месяца назад

    can u add to downlowd to multiple folders

    • @danielmachuca6507
      @danielmachuca6507 3 месяца назад

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

  • @abdalbastsalm5801
    @abdalbastsalm5801 3 месяца назад

    very good

  • @angelodelmindo9808
    @angelodelmindo9808 3 месяца назад

    Amazing, this really helped me 😊 Thank you

  • @alanharris3061
    @alanharris3061 3 месяца назад

    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 3 месяца назад

    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?

  • @MCS.VEDIOS
    @MCS.VEDIOS 3 месяца назад

    GOOD VIDEO

  • @djweller44
    @djweller44 3 месяца назад

    Thank you.. helpful.. is it possible to reach out to you to get your help with a script I have been struggling with for a few days now?

  • @mathewgarrett814
    @mathewgarrett814 3 месяца назад

    If I have a colleague that triggers the edit, therefore they would be the active user, is there a way for the email to come from the active user instead of me? Or is it set that it will only be sent from the person who created the script?

  • @khalidkasha
    @khalidkasha 4 месяца назад

    Great video Joseph. Thank you so much. Very clear instructions and logic. Thanks!

  • @user-bx5vd8kw6z
    @user-bx5vd8kw6z 4 месяца назад

    Great video! Thank you!

  • @timonpumbaa715
    @timonpumbaa715 4 месяца назад

    Thank you for the Knowledge, suggestions to put more videos based on excel sorting techniques, and index is powerful, and the best way to sort data on criteria, sorry Vlookup and XLookup you guys are interesting but index is surprising, if and only if know how to use it to the requirement; Great Job Sir. Regards.

  • @mxtw7910
    @mxtw7910 4 месяца назад

    Brilliant work, thanks!

  • @bertjanwijnhoven9272
    @bertjanwijnhoven9272 4 месяца назад

    Hi Joseph, I am a big fan of Excel and this trick has helped me many times, only can you also do an index lookup over different sheets. I am stuggeling using an xlookup when I need results matching 2 criteria.

  • @tpp-dw1ps
    @tpp-dw1ps 4 месяца назад

    thank you bro .....

  • @kanokratjantra
    @kanokratjantra 4 месяца назад

    That's really helpful formula I'm looking for!!! Thanks much ❤

  • @user-bw1rn1gw5u
    @user-bw1rn1gw5u 4 месяца назад

    how do I add the Automation tab in my Google Sheets please?

  • @alfasquadusa2679
    @alfasquadusa2679 4 месяца назад

    HOW WOULD YOU IMPORT AN IMAGE FROM ONE SHEET TO ANOTHER? I ADDED AN IMAGE FROM MY GALLERY TO A CELL AND I LIKE TO IMPORT THAT IMAGE (FROM THAT CELL) IN TO ANOTHER SHEET. 😊

  • @user-py9is1xm9e
    @user-py9is1xm9e 4 месяца назад

    Thank you for this. This example make easier to move data

  • @nvinproperties
    @nvinproperties 4 месяца назад

    thanks

  • @weareteller
    @weareteller 4 месяца назад

    This is exactly what I needed. This is gunna make my dev work so much easier. Thank you!

  • @hargeart
    @hargeart 5 месяцев назад

    Thank you sir! I need to add a script that i want. i would like to see shared google drive urls in the third columbs for each downloaded images. can you describe?