
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 1163 Articles for Computers

2K+ Views
When we have a list of dates in an Excel sheet and you want to sort them, we cannot do it using the general method. We can use this special method used in the article to do it. If the dates in the list are sorted, it will help us to analyse our data very clearly. This tutorial will help you understand how you can automatically start the date when a date is entered or changed in Excel. The dates that are newly inserted and updated will also be sorted directly. This can save you a lot of time in ... Read More

444 Views
We can sort a list of texts in Google Sheets manually, but it will be a very time-consuming process. Instead, we can use a simple process to do it automatically in Excel. We will be using a direct button present on the data menu in the Excel ribbon. Sorting is nothing more than arranging the data in an ascending or descending order based on a single column. We will be sorting the data in ascending order in the below process. This tutorial will help you automatically sort data alphabetically in Google Sheets. We can sort any kind of data by ... Read More

788 Views
When we are working with the data related to numerals, it is very important that we always sort the data in order to analyse it better. Sorting can be done in either ascending or descending order. Sorting can help us compare the values and their importance on the sheet. Generally, in Excel, we will sort the data by using the sort function, but if we insert or update a new value in the list, then we need to do the process again. Read this tutorial to learn how you can autosort columns by value in Excel. AutoSort Columns by Value ... Read More

2K+ Views
Have you ever wondered if there is any way in Excel to automatically size the comment box to fit its contents? This is only possible using the VBA application. Using VBA code, we can customise the sheet to automatically fit the size of the comment box to its contents in Excel. This tutorial will help you understand how we can automatically size comment boxes to fit their content in Excel. Auto-Size a Comment Box to Fit Its Content in Excel Here, we will first create a VBA module and then run it to complete our task. Let us see a ... Read More

392 Views
When we are dealing with text boxes, it is very important to update and delete the data inside them, but if it contains a large amount of data, we need to select the data inside the text box and delete it. In this tutorial, I will explain the process for selecting the data in a text box by clicking on it. This tutorial will help you understand how you can autoselect text from a textbox when it is selected in Excel. Auto-Select the Text of a Textbox When It is Selected Here, we will first create a macro and then ... Read More

775 Views
When we enter some data in Excel, we need to save the sheet to access the data even if we close it. When we have an Excel sheet with frequently changing data, we must save the sheet each time. When we were changing the data frequently, this wasted a lot of time. This tutorial will explain how we can save an Excel file automatically after entering data. We will be using the help of the VBA application to complete the process, as this can't be completed directly in Excel. Autosave an Excel File after Entering Data Here we will insert ... Read More

376 Views
In general, protection is used in Excel to prevent users from editing it. However, we tend to forget to protect the sheet, but we can automate it by using the VBA application. It will allow you to save the sheet with and without protection. Read this tutorial to learn how you can autoprotect a specific worksheet in Excel. Auto-Protect a Specific Worksheet Here we will insert a VBA code into the whole workbook, and then every sheet will be protected. Let us see a simple process to know how we can auto-protect a specific worksheet in Excel using the vba ... Read More

14K+ Views
Have you ever tried to get the values of an object using a drop-down list so that the value represented in the cell is based on the value we select from the drop-down list? This can be done using the process mentioned in this article. Read this tutorial to learn how you can autopopulate other values when selecting values in an Excel drop-down list. Mainly, this process has two parts: the first part is to use the VLOOKUP function, and the next step is creating a drop-down list. Here we will first get the list of marks using the VLOOKUP ... Read More

1K+ Views
Let us assume we have a situation where we want to know the date of the last update of a value in a list, and you want to record the date of the last update. This process can be done using the VBA application, as it cannot be completed directly with formulas. Read this tutorial to learn how you can populate date in a cell when its adjusting cell is updated in Excel. AutoPopulate Date in a Cell when its Adjacent Cell is Updated Here we will insert VBA code into the sheet to complete the task. Let us see ... Read More

3K+ Views
In Excel, we can get the sequence of numbers by using the auto-fill handle if there are no conditions. But have you ever tried to auto-number the cells by ignoring the blank cells in Excel? This tutorial will help you understand how we can auto-number rows if adjacent cells are not blank in Excel. If you need to manually enter the number, it will be an awfully long and time-consuming process. We can make it a fast process by making it automated. We solve this problem by using the formulas in an uncomplicated process. Autonumber Rows If the Adjacent Cells ... Read More