Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Articles by Pradeep Kumar
Page 61 of 104
How to Copy and Paste Multiple Non-Adjacent Cells/Rows/Columns in Excel?
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 MoreHow to Copy and Paste Merged Cells to Single Cells in Excel?
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 MoreHow to Copy and Insert Row Multiple Times or Duplicate the Row X Times in Excel?
If we want to duplicate the existing rows in a table in Excel when we do it manually, then it can be a time-consuming process as we need to insert and copy the values. We can automate this process using the VBA application. Read this tutorial to learn how you can copy and insert a row multiple times, or duplicate the row "X" times, in Excel. Here we will first insert the VBA module and then run the code to complete the task. Let's look at a simple procedure for copying and inserting a row multiple times or duplicating a ...
Read MoreHow to Copy a Selected Range to a New Workbook in Excel?
Have you experienced a situation where you want to copy selected data from the existing sheet to another sheet? If we try to do this manually, it will be a time-consuming process as we need to create a new workbook and then copy the data. We can automate the task with the help of a VBA application, as it can’t be completed directly in Excel. In this article, we will learn how to copy a selected range to a new workbook in Excel using the vba application. Copying a Selected Range to A New Workbook Here we will first open ...
Read MoreHow to Copy a Hidden Sheet in Excel?
We can easily copy and paste data into an Excel sheet or the entire worksheet in Excel. But it can be a very lengthy process if we try to copy the data from the hidden sheet. We can copy the data from a hidden sheet without unhiding the sheet by using the VBA application, as it can’t be done directly in Excel. Read this tutorial to learn how you can copy a hidden sheet in Excel. Copying a Hidden Sheet in Excel Here we will insert a VBA module and then run the code to complete the task. Let us ...
Read MoreHow To Copy a Column and Paste Only the Unique Records in Excel?
Sometimes in Excel, you want to only copy the values that are unique. The values that are not repeated in a list are known as "unique values." If we try to manually select only the unique values to copy, then it can be a time-consuming and inaccurate process. In this tutorial, we'll look at how to copy and paste values in Excel while avoiding duplicates. We can complete the task in a faster and more accurate way by using the filter in Excel. When we have duplicate values in the list, it can decrease the efficiency of our data. Copying ...
Read MoreHow to Convert Zip Code to State in Excel?
In Excel, you will occasionally be asked to convert a given zip code to the state name. A zip code can be used to uniquely identify a place based on a number. The zip code is mainly used for shipping the parcels. Every state has a starting and ending zip code according to its assigned order. Read this tutorial to learn how you can convert a zip code to a state in Excel. Even though there is no direct formula available to complete the task, we can use the LOOKUP function to complete our task. We can use lookup when ...
Read MoreHow to Convert Zeroes to Dashes in Excel?
Sometimes in Excel, you just need to convert the zeros to dashes to represent that there is no value in the cell. We can do this task if we treat zero as a value. If we try to solve this manually, it can be good for small amounts of data, so we need a faster approach for large amounts of data. Read this tutorial to learn how you can convert zeros to dashes in Excel. We can complete this task using the find and replace function and formal cell operation. Converting Zeroes to Dashes Using Find and Replace We'll open ...
Read MoreHow to Convert yyyymmddhhmmss Date Format to Normal Datetime in Excel?Datetime in Excel?
In Excel, we always try to show the date and time in the format of dd-mm-yyyy hh:mm:ss, which is the standard format when we use the date and time in Excel. But when the date and time are given in another format, some users may feel uncomfortable using them because they could have only used the standard format all this time. Generally, in Excel, when we enter any format of date and time in the sheet, it will be directly converted to the standard format. If we try to convert any other format to standard format manually, then it can ...
Read MoreHow to Convert Weekday String to Number in Excel?
Sometimes in Excel, you would need to convert the given day name to a number, like one for Monday, two for Tuesday, and so on. If we try to convert the days manually, we can use it if there are fewer values; when there are more values, we can’t use the manual process as it can be a time-consuming and inaccurate process. We can convert the days to numbers using the formulas to save a lot of time when performing the task. Read this tutorial to learn how you can convert a weekday string to a number in Excel. Even ...
Read More