Cleaning text with trim() and proper() in Excel
We often import data, including text, from different sources into Excel. Sometimes this text requires some cleaning such as removing spaces and adding consistency to the text. This post demonstrates…
Simply Explaining Technology
We often import data, including text, from different sources into Excel. Sometimes this text requires some cleaning such as removing spaces and adding consistency to the text. This post demonstrates…
In Microsoft Excel, you can easily calculate the mean, median, and mode for a set of data using built-in functions. Let’s break down how you can do each: Mean: To…
This post shows how to rotate a video using VLC player. VLC player is a free software that be downloaded from https://www.videolan.org/. To rotate video: Download and Install VLC Player: Go…
This tutorial shows how to count cells in Excel using various formulas effectively. Excel offers four distinct functions for cell counting, each catering to specific scenarios: COUNT(), COUNTA(), COUNTBLANK(), and…
This post shows you how to visualize all formulas on an Excel sheet at once. To see all formulas on a worksheet, go to Formulas > Show Formulas or simply…
This post shows how to generate public / private key pair. To generate public/private key pair, simply run the following command:$ ssh-keygen -t rsa Following are step-by-step instructions: 1. Open your…
The rm command deletes files. To delete a directory that is not empty and its subdirectories, use$ rm -rf directory However, sometimes you need to remove a specific subdirectory rather…
This post discuss the technical pros and cons of on-premise infrastructure and cloud infrastructure. What is cloud computing? Cloud computing is on-demand delivery of IT resources and applications via the…
This post shows how to create a table in WordPress. To create a table in WordPress: Following are detailed instructions. In your post page, Click on the + icon to…
This post shows how to install a WordPress theme with a few clicks. To install a theme: Following are detailed instuctions: Go to your WordPress dashboard: Then click on Appearance…