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
Pradeep Kumar has Published 1035 Articles
Pradeep Kumar
506 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 ... Read More
Pradeep Kumar
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 ... Read More
Pradeep Kumar
954 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 ... Read More
Pradeep Kumar
2K+ 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 ... Read More
Pradeep Kumar
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 ... Read More
Pradeep Kumar
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 ... Read More
Pradeep Kumar
534 Views
Have you ever wondered if Excel has a feature that can notify you of approaching deadlines? It will assist us in understanding the importance of each task and the sequence in which they must be completed in order to be submitted on or before the deadline. This tutorial will help ... Read More
Pradeep Kumar
19K+ Views
When we want to perform sorting and filtering in the locked cells in protected sheets, it will not be possible because the protected sheets, which are created with default settings, can’t be able to do so. But if we follow the below-mentioned process, we will be able to allow sorting ... Read More
Pradeep Kumar
505 Views
Sometimes we have a column where we want the user to enter only yes or no for the whole column. The people are entering things like "maybe" or any other words in the "Yes or No" column, and if you want to restrict the user to entering Yes or No, ... Read More
Pradeep Kumar
3K+ Views
Assume we want to create an excel that contains information about the dates of some important events, and everyone is attempting to enter data other than dates in the column, and you want to restrict them to only entering the date in the specified column. We can make that happen ... Read More