1.

Relative Cell Reference Example in Excel (3 Criteria)

Are you looking for relative cell reference example in Excel? Then you are in the right place. Relative Cell Reference in Excel is one kind of cell reference where the referred cell…

2.

How to Group Duplicates in Excel (3 Easy Techniques)

Technique 1 - SUMPRODUCT Function to Group Duplicates ➤ Add the following formula in the first cell of the first empty column next to your dataset (E5), The formula will return 1…

3.

Dealing with Time Format in Excel (5 Suitable Ways)

In Excel time and date is stored as a regular number which is known as date serial number. But we can use the formatting features of Excel to display time in different…

4.

How to Use VBA DATESERIAL Function in Excel (5 Examples)

DATESERIAL function is an Excel time and date function that can be used in VBA to get a date from a specified year, month, and day value. From this article, you will get…

5.

How to Copy and Paste in Excel Using VBA (12 Methods)

Download Practice Workbook You can download the workbooks used to illustrate methods in this article from here. How to Copy and Paste in Excel Using VBA: 12 Ways We will be using…

6.

How to Calculate Exponential Moving Average in Excel

Exponential Moving Average is widely used for forecasting future data and smoothening stock price movement. If you want to know what an exponential moving average is and how you can calculate this…

7.

How to Use SLN Function in Excel (3 Examples)

The SLN function, an Excel Financial function, calculates the depreciation of an asset for one time period using the straight line method for depreciation calculation. During each period of an asset's lifetime,…

8.

How to Use TRUNC Function in Excel (4 Examples)

The TRUNC function in Excel truncates a number to a specified number of digits. It is under the category of Excel Math and Trigonometry function. The function is mainly used for removing…

9.

How to Use MODE Function in Excel (4 Examples)

The MODE function, an Excel Statistical function returns the most frequently occurring number from an array or set of numbers. MODE.SNGL function along with MODE.MULT function has replaced the MODE function since…

10.

How to Use CODE Function in Excel (5 Examples)

The CODE function, an Excel Text function returns a numeric code for the first character of a text string. The returned numeric code is based on the character set used by the…

11.

How to Use TIMEVALUE Function in Excel (4 Examples)

Excel's TIMEVALUE function converts a text time into a decimal number between 0 (12:00:00 AM) and 0.999988426 (11:59:59 PM). The text time can be in any valid time format such as 12:00…

12.

How to Use the CHAR Function in Excel – 8 Examples

The American System Code for Information Interchange, or ASCII, is a character encoding standard used in digital communications. A unique integer number is assigned to each character that can be entered in…

13.

Different Types of Lookup to Apply in Excel (8 Types)

Here's an overview of the functions and formulas for different types of lookups in Excel. What Is a Lookup in Excel? A lookup means searching for a specific value within a row…

14.

How to Select Row in Excel If Cell Contains Specific Data (4 Ways)

Sometimes you may need to select an entire row based on any specific data in a cell of that row. In this article, we’ll show you 4 easy and simple ways to…

15.

If Cell is Blank Then Show 0 in Excel (4 Ways)

We have a dataset with production information of different factories. A unit is considered ready to sell when packaging is done. In the Unit Ready to sell column (column E) we want…

Advanced Excel Exercises with Solutions PDF