How to Create a Crypto News Feed in Google Sheets

How to Create a Crypto News Feed in Google Sheets

Cryptocurrency prices are susceptible to news information. Therefore, getting the right news around the crypto world is particularly important for crypto traders. However, it is not possible for you to find and read all such news as soon as they are published. As such, it is more beneficial to create your own news feed that … Read more

How to find duplicates in Google Sheets

How to find duplicates in Google Sheets

Identifying and removing or identifying duplicates is one of the essential steps in data cleaning. Duplicates can happen in your data set for many reasons like the nature of the data collection method, data entry errors, etc… This post will show you how to find duplicates in Google Sheets and remove them. You may also … Read more

How to import data from website to Google Sheets

How to import data from website to Google Sheets

We use data from various sources for our data analysis works. In previous posts, we discussed how to import data from one Google Sheets to another, one sheet (tab) to another sheet(tab), and Import CSV files to Google Sheets. In this post, I will show you several methods to import data from website to Google … Read more

How to Remove Section Breaks in Word

How to remove section breaks in Word

You can use section breaks to divide a Microsoft Word document into separate sections and change the layout or apply different formatting to each section. Mainly there are four types of section breaks (Next Page, Continuous, Even Page, Odd Page) in Microsoft Word. For some reason, you may need to remove all or some of … Read more

Upload files to Google Drive with Google Apps Script Web Apps

Upload files to Google Drive with Google Apps Script Web Apps

We have created a number of Google Apps Script Web Apps that can be used for data collection purposes in our previous blog posts. We included several types of form controls in those web apps, such as text fields, dropdowns, radio buttons, etc… This blog post will show you how to create a web app … Read more

How to Generate a Data Entry form in Excel

How to Generate Data Entry form in Excel

Using the “Form” command, you can easily generate a data entry form in Excel. Data entry forms provide a convenient means to insert, view, update, or delete data. This post will show you how to generate Excel data entry forms and why and when to use them. Note: The examples in this post have been … Read more

Excel Named Range – Make Your Work Easier!

Excel Named Range – Make Your Work Easier!

We identify each cell in the spreadsheet by a combination of its column letter and row number. A range of cells is defined using the upper Left cell and the lower Right cell. We call this A1 notation. But writing a complex formula using A1 notation is a bit difficult to understand and maintain. You … Read more