• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer

Script Everything

  • Spreadsheets
  • Python
  • Blog

Spreadsheets

If there's one application I have come to appreciate more and more throughout my career it's the humble spreadsheet. Without this application, I would be lost.

I use this type of software every day and have been using it since 1995 and Microsoft Excel .

However, since working with Google Apps more frequently I've found I tend to do a lot more work with Google Sheets at work than Microsoft Excel. I have found the sharing and collaboration feature with Google Sheets a handy and powerful feature.

Google Sheets QUERY: Merge Multiple Columns & Expand Into New Structure (Example)

May 19, 2020 by Ryan Sheehy

How do you merge multiple columns and then expand them into a different arrangement using Google Sheets? Using a working example I will demonstrate how to migrate a specific data set containing columns, into a different data set using a different … [Read more...] about Google Sheets QUERY: Merge Multiple Columns & Expand Into New Structure (Example)

Filed Under: Google Sheets

How To Sum A Dynamic Range: Google Sheets (Example)

May 18, 2020 by Ryan Sheehy

How do you apply the sum to a certain number of cells according to another input cell? The SUM function works amazingly well when the range sought for its total value is static, and one way of making a SUM function somewhat dynamic is to make the … [Read more...] about How To Sum A Dynamic Range: Google Sheets (Example)

Filed Under: Google Sheets

How To Fix “Invalid Property Assignment (Error 450)”

June 28, 2016 by Ryan Sheehy

If you are testing the return value of a function in the immediate window in VBA and get the following error: Wrong number of arguments or invalid property assignment (Error 450) What you are doing is something like this: Then in the … [Read more...] about How To Fix “Invalid Property Assignment (Error 450)”

Filed Under: Excel

Google Apps Script: Set Value Of Blank Cell

November 13, 2015 by Ryan Sheehy

Perhaps the easiest way to assign a default value to a variable is to append the || conditional after referencing the variable. For example, after looping through an array and mapping the values to properties within an object, I needed to test … [Read more...] about Google Apps Script: Set Value Of Blank Cell

Filed Under: Google Apps Script , Google Sheets

How To Merge Two Columns Into One (Google Sheets)

November 4, 2013 by Ryan Sheehy

Recently, I had to merge two columns into only one column on a spreadsheet. The way I found to do this was by using the following common spreadsheet functions: JOIN, TRANSPOSE and SPLIT, and if needed UNIQUE. I was able to find a solution, and … [Read more...] about How To Merge Two Columns Into One (Google Sheets)

Filed Under: Google Sheets

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 11
  • Go to page 12
  • Go to page 13

Primary Sidebar

Hello! My name is Ryan Sheehy the author of ScriptEverything.com

This website acts as a second brain of sorts for all the hacks and explorations I find when trying to solve problems at work.

About Me

Footer

Spreadsheets

I have been using spreadsheets since as early as 1996 and I continue to use this great productivity tool on a daily basis.

Check out some of my most recent discoveries about spreadsheets.

Python Code

I have been using Python since the late 1990’s due to the limitations of Excel’s VBA. I enjoy being able to wrangle and fetch data externally using Python.

Discover more of what I’ve found with Python.

Apps

Sometimes I play, hack and tinker with other applications to scratch an itch.

To find out the latest hack check out my blog feed.

Copyright © 2023 ScriptEverything.com

  • Contact
  • Privacy Policy