
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 1380 Articles for MS Excel

1K+ Views
The AVERAGE function determines the average value of the numbers that are passed to it in the argument list. Excel first totals all of the numerical values, then divides that total by the number of numerical values to arrive at the average. The AVERAGE function accepts several arguments, up to a maximum of 255 in total, in the pattern num1, num2, num3, and so on. Arguments can be anything from constants and arrays to ranges and cell references. They can even be numbers. There is no processing done on cells that are either empty or contain text or logical values. ... Read More

530 Views
You are going to experience a great deal of frustration if there are hundreds of blank rows that need to be eliminated from the entire worksheet or workbook. In the following section of this article, you will find a listing of some efficient ways that will handle this job for you step by step. Remove Multiple Blank Rows in Excel with the Go To Special Command Now, kindly follow the steps below to remove rows that are empty and replace them with "Go To Special" rows. Let’s understand step by step with an example. Step 1 In our example, we ... Read More

482 Views
The typical user of Microsoft Excel can benefit from the use of a dropdown list in order to simplify the data entry process. When entering data into a selected cell, using a drop-down to restrict entry options expedites the process and reduces the likelihood of making errors. Using the Data Validation feature of Excel, which will be covered in this post, you may quickly and easily generate a drop-down list of options. You can construct a drop down list in Excel by naming a list of things that is based on an Excel table that has a specific name. After ... Read More

384 Views
Excel has the capability to automatically include related data into a range, provided that there are no empty rows or columns inside the area that has been specified. It is ok to leave empty rows and columns between groups of related data. Excel will then examine the data area to see whether it contains any field names, and if it does, it will remove rows containing those names from the set of records that will be sorted. Filtering and sorting are two of the most useful functions that can be found in Microsoft Excel. In the field of data analysis, ... Read More

273 Views
Even if Excel or your entire system crashes while you are working on something, you can still restore the file you were working on because it was not saved. Important note Excel's built-in AutoSave and Auto Recover functionality makes this strategy effective. You should be able to restore the files using these techniques because it is enabled by default. You must enable it if it isn't already in order to enjoy these functionalities. Restore unsaved file in excel Let’s understand step by step. Step 1 Open a new Excel spreadsheet and select the File tab. Refer to the below screenshot. ... Read More

1K+ Views
It is quite difficult to recall and manage many cells on a single sheet. Consider how time-consuming and difficult it would be to access these cells in a new spreadsheet. Using named ranges is a quick solution. It is important to note, however, that this feature is not available for Excel Web App. A named range is a name given to a collection of cells or data sets. They are frequently used to eliminate hard-coded values from formulas, making formulas easier to interpret. They also come in handy for data validation, hyperlinks, and dynamic ranges. Insert or display named range ... Read More

2K+ Views
Referring to the source workbook is the quickest approach to pull data from one file into another file when you wish to pull data from another file. Excel users are accustomed to routinely utilizing such external links, often known as external references. Excel will automatically generate a connection to the other workbook if you use a reference to a data point that is located in another workbook while formulating in Excel. Finding references or external links in a spreadsheet manually is a laborious operation that should be avoided if possible. Even though Microsoft does not have a built-in function that ... Read More

4K+ Views
In certain circumstances, it may be necessary for us to make a list of all of the conceivable four-digit combinations of the numbers 0 to 9, which would require us to generate a list that includes the digits 0000, 0001, 0002, and 99999. For a speedy solution to the list problem in Excel. It is possible that we'll need to produce random numbers in Excel at some point. Numerous tasks, including the simulation and description of complex occurrences, the selection of random samples from larger data sets, and the generation of data encryption keys can all be accomplished with the ... Read More

587 Views
There are several ways that an Excel user can delete rows if a cell contains a specific text, as explained in this article. At times, when you work with large data sets, you might find that you have to delete rows based on the values of the cells or based on conditions found within the data set. Filter Rows based on Value/Condition and then Delete them One of the best ways to delete rows that contain a specific value or fulfill a given condition is to filter these. Once you have the filtered data, you can delete all these rows ... Read More

756 Views
When working with text data in Excel, it is possible that you will occasionally need to add the same text to cells that already exist in order to make things more understandable. For instance, you could want to insert a prefix at the beginning of each cell, a special symbol at the end, or specific text before a formula. You can do any of these things by using the Insert tab in Excel. Everyone is familiar with how to complete this task manually. You will learn how to swiftly add strings containing a specified number of characters into the cell ... Read More