Home » Blog » Page 31
Microsoft Excel Guides
Google Sheet guides
Productivity resources
This error is typically shown in excel when you try to copy data. There can be multiple reasons for this error to show up. In this tutorial we will discuss […]
In this tutorial we will learn how to remove duplicates in excel using VBA in Microsoft Excel.One common task in Excel is removing duplicates from a data set. While Excel […]
In this tutorial we’ll learn how to change the color of the sheet tabs in Excel. So, let’s consider this dataset above. In this data set, there are 10 students, […]
In this tutorial we’ll learn how to use the Goal Seek method to programmatically perform a Goal Seek operation. This method requires three arguments: Range: The cell that contains the […]
In this tutorial we will learn how XLOOKUP function works in Microsoft Excel. The XLOOKUP function in Excel is used to find a particular value in a table or array […]
The XLOOKUP function has several advantages over its predecessors, including the ability to search for values in any column, not just the first column of a table. It can also […]
In this tutorial we will learn how to separate data in excel without comma. To separate data we will use the Text to Column function from the Data tab. By […]
In this tutorial we will learn how to search for multiple values in excel. In our dataset information of students are present and in the same sheet we want a […]
In this tutorial we will learn how to use the INDEX & MATCH functions across multiple sheets in Microsoft Excel. To use the INDEX & MATCH functions between multiple sheets […]
In this tutorial we will learn to form an exponential trendline. To add an exponential trend line in Excel, you first need to create a chart that displays the data […]
In this tutorial we will learn how to perform a simple linear trend analysis in excel. For this we will use the data from an experiment, where we are heating […]
In this tutorial we will learn how to split cell google sheets. For this we will use the Text to Column option. Following are the steps to guide you how […]
In this tutorial we will learn how to export Sharepoint lists to Microsoft Excel. The method to export SharePoint list to Excel is to use the “Export to Excel” button […]
In today’s tutorial, we have the following pivot table dataset containing sales amount on dates and total sale in ungrouped form. We’re going to use this dataset to change the […]
In VBA, “ByRef” is a keyword used to declare a parameter of a subroutine or function as a “By Reference” argument. When a parameter is declared as “ByRef”, any changes […]