• 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.

Reverse Last Name & First Name With Comma Using One Formula: Google Sheets

September 24, 2021 by Ryan Sheehy

Recently I had a column of names in a spreadsheet with the following structure: Last Name, First Name and they needed to change to the structure: First Name Last Name. For example, the original structure of someone's name would be Smith, John and … [Read more...] about Reverse Last Name & First Name With Comma Using One Formula: Google Sheets

Filed Under: Google Sheets

Google Sheets: IF Statement Multiple Conditions

September 23, 2021 by Ryan Sheehy

One of the first formulas I started with when exploring more about the functionality of spreadsheets is the IF formula. The IF formula is easy to understand and contains only three parameters which are all required. The first parameter is the … [Read more...] about Google Sheets: IF Statement Multiple Conditions

Filed Under: Google Sheets

How To Check If Cell Is Empty (Or Not): Google Sheets

September 12, 2021 by Ryan Sheehy

How do you check if a cell is empty or blank in Google Sheets? There is a handy function called ISBLANK which enables you to check if a cell is empty. What Does Empty Really Mean? In Google Sheets there are two ways of having an empty cell, … [Read more...] about How To Check If Cell Is Empty (Or Not): Google Sheets

Filed Under: Google Sheets Tagged With: popular

What Is The Formula To Calculate Age?

August 26, 2021 by Ryan Sheehy

Recently, I had an issue where I needed to calculate the age of a person at specific dates throughout the year. Using a Google Sheet, I thought I could simply subtract one date from the other and divide by 365, but this ended up not being as accurate … [Read more...] about What Is The Formula To Calculate Age?

Filed Under: Google Sheets

Google Sheets Count If Not Blank: Best Approach

August 2, 2021 by Ryan Sheehy

COUNTIF range is not blank formula

How do you count a range of cells and exclude counting empty or blank ones in Google Sheets? The easiest approach to count cells that are not blank is to use the COUNTA() function. The COUNTA() function has the following parameters: The … [Read more...] about Google Sheets Count If Not Blank: Best Approach

Filed Under: Google Sheets

How To Lock A Column In Google Sheets

May 13, 2021 by Ryan Sheehy

Locking Columns In Google Sheets Using Menu

Very similar to our previous article on how to make a header row in Google Sheets, in this article we'll show how you can lock a column in Google Sheets. To lock a column in Google Sheets easily just navigate and click on the View menu, then on … [Read more...] about How To Lock A Column In Google Sheets

Filed Under: Google Sheets

  • « Go to Previous Page
  • Go to page 1
  • Interim pages omitted …
  • Go to page 9
  • Go to page 10
  • Go to page 11
  • Go to page 12
  • Go to page 13
  • Go to Next Page »

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