
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

18K+ Views
Have you ever tried to create a list of dates in Excel? It is a simple process, but have you ever tried to create a list of only weekdays in Excel? It is possible by using this process. Read this tutorial to learn how you can autofill dates or only weekdays in Excel. We will complete the task using the "format" function. AutoFill Date Sequence in Excel To finish our task, we will select a range of cells, then open the format pop-up and select date. Let us see a simple process to auto-fill data sequences in Excel in a ... Read More

49K+ Views
Generally, when we need to edit multiple cells very frequently, we will be selecting the cells using the ctrl command and clicking on delete, but sometimes it can be a problem when we select different cells or when we miss selecting some cells. We can solve this problem by following the process mentioned in this article. This article will help you understand how we can apply a button to clear specific cells in Excel. This process has two parts: creating a button and assigning a macro to the button. Applying a Button to Clear Specific Cells in Excel Here we ... Read More

4K+ Views
Consider the following scenario: we want to combine the text of multiple cells into a single cell. This is a very simple and commonly used method in Excel in order to perform activities in our day-to-day life usage of the program. This can be accomplished in two ways: by using the concatenation function or by inserting the "&" symbol between the cells. Read this tutorial to learn a simple process to add text from one cell to another in Excel. Appending Text from One Cell to Another using Concat Here we will use the CONCAT formula to get any one ... Read More

4K+ Views
When we conduct any surveys and collect the information and store it in Excel, it can be a very complex problem to analyse it manually, but by following this simple process, we can analyse the data present in the Excel sheet. This process mainly contains three steps: first, count the number of different opinions, then calculate the percentage of each result, and finally, create the survey report. This tutorial will help you understand how we can analyze the survey data in Excel. Analyzing Survey Data in Excel Here we will first find the number of blank cells and then calculate ... Read More

422 Views
When we are working with multiple sheets in Excel, we can see that when we open the workbook, it will always start from the sheet where we last saved. This can lead to some privacy issues in Excel. Sometimes you don’t want that to happen, and you want to open a specific worksheet in the workbook. This tutorial will help you understand how we can always start the same worksheet when opening the same workbook. Always Start the Same Worksheet When Opening a Workbook Here we will insert VBA code and then save the code to complete the task. Let ... Read More

16K+ Views
When we are using a drop-down list in Excel, the arrow mark of the drop-down list will only appear if we click on any cell of the list. This creates a problem when we are using multiple drop-down lists in a single column. We can solve this problem by adding a persistent arrow mark to the cell in Excel. This tutorial will help you understand how we can show the arrow of a data validation list in Excel. Showing the Arrow of Data Validation List in Excel Here we will first use the data validation list and then inset an ... Read More

849 Views
You might have used the "Search" or "Find and Replace" functions in Excel many times. It will only search for a current active worksheet, but have you ever tried to apply the search to the whole workbook? This feature can’t be used by default in Excel, but we can make it happen by using the VBA codes in Excel. This process can help you save a lot of time when you are working with multiple worksheets at once. This tutorial will help you understand how we can always search the whole workbook. Always Search in Whole Workbook Here we will ... Read More

1K+ Views
When you are collecting the data and presenting it in a chart, it is very important to keep the chart still even when you are moving the data. Generally, in Excel, a chart is saved based on the cells, but we can make the chart float in the sheet even when we scroll the data. This tutorial will help you understand how we can always keep a chart in view when scrolling in Excel. We will be using the concept of VBA code in order to make our result possible. Always Keep a Chart in View When Scrolling Here we ... Read More

3K+ Views
If you have ever tried to insert a row in Excel by clicking on the insert button, you can see that the new row will always be inserted below and above the existing cell, but when we want to insert the cell below instead of above, it will not be possible in Excel. This tutorial will explain how to always insert a black row instead of above in Excel using VBA code. Always Insert a Blank Row Below Instead of Above Here we will insert the VBA module and then run it to complete our task. Let's go over a ... Read More

2K+ Views
When we get the value of the cell from the cell that is present above the selected cell using some formulas, we know that the data is collected from the address mentioned in the formula, but in this case, if we insert a new row into the cell, then all the addresses of the cells will change automatically. There is also a simple process that does not cause the same problem. This tutorial will help you understand how you can always get the above from the above cell, even when we delete or insert a row in the Excel sheet. ... Read More