
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

7K+ Views
If we have formula cells on an Excel sheet and we try to copy them in the default way, the formula is copied instead of the values. This can create a mess if we try to copy the data from one sheet to another, as we also change the reference values in the sheet for the formula. Manually typing the cell valves into a new list of cells and then copying them is our direct solution. This can be a time-consuming and inaccurate process. We can use a simple trick mentioned in this tutorial to complete our task in a ... Read More

3K+ Views
Generally, in Excel, copying the data can be a time-consuming process as it involves many steps like clicking on the cell and using the copy command, then going to the destination cell and using the paste command. To get data from the left or above the current, we can use the simple trick described in this tutorial. Read this tutorial to learn how you can copy cells above or below with a shortcut key in Excel. Any combination of keys that can complete a task in less time is known as a shortcut key. A shortcut key can help us ... Read More

2K+ Views
When we copy data with borders in Excel and paste it in another location on the same sheet or another sheet, the borders are automatically copied with the data. If you want to copy the data without borders, it can be a problem. If we try to remove the borders after pasting every time, then it can be a waste of time if we are copying the data multiple times. So, we need a faster process by which we can paste the data without borders, even though we copied the data with borders. Read this tutorial to learn how you ... Read More

11K+ Views
Sometimes in Excel, you want to only copy the values that are unique. The values that are repeated are known as duplicate values. If we try to manually select only the unique values to copy, then it can be a time-consuming and inaccurate process. Read this tutorial to learn how to copy and paste values in Excel while avoiding duplicates. Copy and Paste Values Skipping Duplicates Using Filter Here, we will first select the data and then use the filter to paste the values, skipping the duplicate values. Let us see a simple process to know how we can copy ... Read More

2K+ Views
Generally, in Excel, a list may or may not contain empty cells, and when we want to copy the values, the blank cells will also be copied by default. If we need to copy only the cells with data in them by skipping the blank cells, we need to use a special process. If we try to do this manually, it can be time-consuming. Read this tutorial to learn how you can copy and paste in Excel without skipping blank cells. We can complete this task in a faster and more efficient way by using the array formulas. How to ... Read More

2K+ Views
When we have a list of elements in Excel and we want to arrange them in reverse order, it can be a complex and lengthy problem if we try to do it manually. We can make the order in reverse order easily if they are in a sorted list, but not in the case of unsorted lists. Read this tutorial to learn how you copy and paste rows or columns in reverse order in Excel. Copy and Paste Column in Reverse Order in Excel Here we will insert a VBA module and then run it to complete the task. Let's ... Read More

12K+ Views
In Excel, when we type large amounts of data, adjusting the cell size according to its height is one of the most time-consuming processes as we need to manually adjust the cell's height. When we copy the cells to another location, if we need to adjust the cells' height every time, it can be a time waste. In this tutorial, we will show how you can copy row height only in Excel. When we try to complete this task by using the paste special function, the height and width of the cell will adjust automatically. Copy and Paste Row Height ... Read More

1K+ Views
Generally, in Excel, a list may or may not contain empty cells, and when we want to copy the cells with only values, then we can use the method mentioned in this tutorial. If we try to copy and paste in the default way, then empty cells will also be copied by default. If we try to do this manually, it can be time-consuming. Read this tutorial to learn how to copy and paste only non-blank cells in Excel. Copy and Paste Only Non-Blank Cells Using VBA Here first we will open the VBA application, then insert a module, copy ... Read More

18K+ Views
Generally, we always try to copy and paste data into continuous cells in a list, and when we try to apply this operation to random cells, Excel will not allow us. But there are some conditions under which we can achieve our result. There are two conditions: the selected cells must be present in a single column or row, and we must select an equal number of values in the rows or columns that we copy. Read this tutorial to learn how to copy and paste multiple non-adjacent cells, rows, or columns in Excel. We can complete this task just ... Read More

19K+ Views
In Excel, you may need to copy the data from the merged cells to a normal format at times. If we try to copy the data in the merged cells and paste them, the merged cells will be pasted into the sheet. If you need to paste data into unmerged cells, we need to use the special method. If we try to complete the task manually, then it can be a time-consuming process as far as designing the cells. Using the merge option, you can combine two or more table cells located in the same row or column into a ... Read More