
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

3K+ Views
When you enter dates into an Excel sheet, you may notice that the date is displayed as a number. So, we need to convert them into dates. In this article, we will learn how to convert a serial number to a date in Excel. We can solve this problem by using two methods: the first is by using the format, and the second is by using the formulas supported by Excel. In Excel, every row has a serial number connected to it. Here we will use two methods to complete the task: the first is by using the format function, ... Read More

5K+ Views
The data in the sheet can be very confusing if it is presented in seconds, and the value will be so large that you won't be able to perform any operations on it. A second typically corresponds to 1/3600 of an hour. We can use this method to determine the duration in seconds. You can learn how to convert seconds to time in Excel from the information provided in this tutorial. In this tutorial, we'll try to use the formulas to convert seconds to duration. Although a direct formula is not yet available, we can create one by simply comprehending ... Read More

5K+ Views
In Excel, most numbers with more than eleven digits are automatically converted to short form using the letter E, although scientific values may have more digits than eleven. Due to the fact that in mathematics, we always represent the short forms in multiples of 10, some people may find it difficult to understand what the letters E mean. Therefore, it is crucial for us to multiply the values with E by 10 in order to reach more customers. Manual conversion of those values can take a long time and result in values that are not accurate. The Excel formulas can ... Read More

947 Views
Generally, a scientific notation will have more than 12 values in it, and if we try to enter any value that has more than 11 digits, it will automatically convert into a short form. We can solve this problem by following some simple tricks. Read this tutorial to learn how you can convert scientific notation to text or a number in Excel. This problem can be solved in three ways: first, with a single quote; second, with formatting; and third, with the trim function. Converting Scientific Notation to Text Using Single Quote Here we will insert a single quote before ... Read More

2K+ Views
There are many special features in Excel that are only available in tables and can't be applied to normal ranges of data. Operations like sorting and inserting are some of the simplest processes in case of tables. Sometimes, we need to convert a range of data to a table to access those features. Read this tutorial to learn how you can convert a range of data to a table and a table to a range of data in Excel. It is a very simple process. A table will also help us understand our data in a more precise and faster ... Read More

5K+ Views
A pivot table is a table of grouped values that aggregates the individual items of a more extensive table with multiple distinct categories. The operations that we can perform include sum, max, min, average, and many other mathematical operations. Have you ever tried to convert a pivot table to a list in Excel? If you try to solve this problem manually, it can be a time-consuming and complex process. Read this tutorial to learn a simple trick that you can use to convert a Pivot table to a list in a faster and more accurate way. Converting a PivotTable to ... Read More

18K+ Views
Have you faced a problem where all the data is present in a single cell and you are unable to perform any operations and need to divide the data into multiple cells? If you try to divide the data manually, then it can be a time-consuming process. Instead, you can use a simple trick mentioned in this tutorial to save time and get more accurate results. Read this tutorial to learn how you can convert one cell to multiple cells or rows in Excel. Converting One Cell to Multiple Cells/Rows in Excel Here, we will first use the Text to ... Read More

40K+ Views
Have you ever tried to convert the number of days to years, months, and days in Excel? If we try to do this by hand, it can be a time-consuming process because we need to divide to get the year, age it to get the months, and then repeat the process to get the days. We can solve this process in a more straightforward and time-efficient manner. Read this tutorial to learn how you can convert numbers to years, months, and days in Excel. Converting Numbers to Year/Month/Day in Excel Here we will use the DATEDIF formula to get any ... Read More

112K+ Views
When we need to convert numbers to words in Indian rupees in Excel, it can be a time‑consuming process if we do it manually as we need to type the large numbers. We can complete this time-consuming process much more quickly by using the VBA application. Even though the VBA code will be lengthy, we can use this process if there are many values to convert. Read this tutorial to learn how to convert numbers to words in Indian rupees in Excel. Converting Numbers to Words in Indian Rupees in Excel Here we will create a new VBA module, then ... Read More

395 Views
Sometimes in Excel, you may have observed that the date and time are represented as strings without any separators. This could create a huge problem if we perform any operations on the data and analyse them. If we try to do this conversion manually, then it will be a time‑consuming process. However, you can speed up this process by using the tricks mentioned in this tutorial. Read this tutorial to learn how you can convert a number string to a date and time in Excel. Converting a Number String to Date and Time in Excel Here we will use the ... Read More