
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

737 Views
Have you ever tried sending an email to the emails in the Excel list? When we want to send a mail to the email address present in the list in Excel, there is no need to open the mail application and enter the email address of each recipient. We can automate it in Excel. Read this tutorial to learn how you can email with a CC or BCC field using the mailto function in Excel. We can create multiple words for multiple recipients. We can keep the email addresses of the recipients secure by using this method. So ... Read More

1K+ Views
While using the drop-down list in Excel, when we delete data selected from the list, we can see that the top of the list will be left empty. Sometimes this may create a problem, but we can solve this problem by displaying any word instead of an empty cell. Read this tutorial to understand how you can auto-display a default value while deleting values in drop-down lists in Excel. Auto-Display a Default Value while Deleting a Value in a Drop-Down List Here we will insert VBA code into the sheet to complete our task. Let us ... Read More

8K+ Views
When working with a drop-down list that contains many items, it will be difficult to choose just one. This problem can be solved using autocomplete. Read this tutorial to understand how you can autocomplete when typing in an Excel drop-down list. Autocomplete can be used to save a lot of time when we are working with repeated values. Autocomplete When Typing in an Excel Dropdown List Let us see a simple process to understand how we can autocomplete when typing in an Excel drop-down list. Step 1 Consider an Excel spreadsheet with a drop-down list. To create ... Read More

2K+ Views
If you've ever tried to insert multiple checkboxes in Excel, you may have encountered difficulty arranging them in a logical order. It will be an irritating process to arrange the checkboxes in Excel, as they are placed very randomly. But using the VBA code, we can auto-centre the checkboxes easily. This tutorial will help you understand how you can auto-centre checkboxes in cells in Excel. Auto-Centre Checkbox in a Cell in Excel Here, we will first insert a VBA module and then run it to complete our task. Let us see a simple process to understand how we ... Read More

13K+ Views
Sometimes we want to use the same data that is already present in the Excel sheet. Instead of tying data again, we can copy it to other locations. When dealing with large amounts of data, or even small amounts of data, this could save us a lot of time. The copying can be done within the sheet or between the sheets that are present in the same workbook. Read this tutorial to learn how you can autocopy and paste cells in the current sheet or from one sheet to another sheet in Excel. AutoCopy and Paste Cell ... Read More

4K+ Views
When we want to change the size of a specific shape in Excel based on the value present in any cell, we can use VB code to do it. Read this tutorial to learn how you can automatically change the shape and size based on a specified cell value in Excel. Here we will have two parts: the first is to change only one shape, and the other is to change multiple shapes at once. Auto Change the Shape and Size Based on a Specified Cell Value for a Single Shape Here we will add the VBA code ... Read More

2K+ Views
When we want to add the current date or time in Excel multiple times, it can be a time-consuming process, so we can make it very simple by adding a short cut to finish the process. Read this tutorial to learn how you can use doubleclicking in Excel to automatically add or enter the current date or time in a cell. Auto Add/Enter Current Date in a Cell with DoubleClicking in Excel We'll add some VBA code to the sheet here, and the date will be displayed every time we double-click in a cell. Let us see a ... Read More

966 Views
When we added the comments to the cells in Excel, you may have noticed that the comment will only contain the name of the user, but we can also customise the comment to add the date and time to the spreadsheet. We can use the process mentioned below to automatically add date and time to comments in Excel. Read this tutorial to understand how you can automatically add date and time to comments in Excel by following a simple process. Auto Add Date and Time to Comment in Excel Here we will first insert a comment ... Read More

19K+ Views
Assume we have a problem where we want to give students grades based on their grades, such as if they got 90 to 100 percent, give them an "O", and if they got less than 50 percent, give them "L" grades. If we try to do this manually, it could be a very time-consuming process. We can solve this problem by using the many formulas supported by Excel at a very rapid rate. Read this tutorial to understand how you can assign a value based on a number in Excel. This process can be completed using two methods: ... Read More

34K+ Views
Let us assume we have collected the data from a public source and you want to add the ID to each result. To do that, first we need to know how many unique items are present in the sheet. This tutorial will help you understand how you can assign a serial number to duplicate or unique values in Excel. Here we will have two parts. The first part is about assigning serial numbers to unique values, and the next part is about assigning serial numbers to duplicate values. Assigning a Serial Number to Duplicate Values in Excel Here ... Read More