
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

339 Views
When we want to combine the data of many cells into one cell, we can use the concept of formulas in Excel. We can add the data of two or more cells into one cell in one of two ways: by using the keyword CONCAT or by using the "&" symbol in Excel. In general, we use this method to create data sets or person details. In this tutorial, let's understand the concepts behind adding words or texts from different cells together in Excel. Add Words/Texts from Different Cells Together Using "&" Here, we will first use the formula to ... Read More

45K+ Views
A unit is a measure of any value. For example, we measure mass in units of grams or kilobars. For each measure, there can be multiple units to measure it. We can't specify the measure for any value unless we have units. In general, we will try to represent every value in the same category with the same unit in Excel. Using the same units throughout the whole document helps to easily perform any calculations. We can add units to cells in Excel using two methods: using the format and using a formula. Adding Units to Cells Using "&" Here ... Read More

19K+ Views
Trailing zeroes are the zeroes that can be added after the number, which do not affect the value of the number. Some of the cases where we use trailing zeroes are when we calculate the mathematical values. In these cases, we can add the trailing zeroes after the dot in floating point numbers, which will not change the value of the number. The primary purpose of using trailing zeroes is to ensure that all of the numbers in the data have the same number of digits. not zeros; we can add any number after the number using this same process. ... Read More

8K+ Views
Sometimes we may have to copy the data from an Excel sheet to a Notepad file. If we directly copy the data in Excel into Notepad, the whole thing will look very clumsy. So, before copying the data, we have to add trailing spaces for every cell in excel, then we can copy the data to notepad. Trailing spaces are nothing but the empty space after the line without any character after the space, so let us see a simple process to add trailing spaces to the Excel cells. Add Trailing Spaces to Text in Excel Here, we will first ... Read More

7K+ Views
A stacked column chart in Excel is a basic chart that allows part-to-whole comparisons at one time. In this type of chart, the data labels are kept on top of each other to form a single bar for each graph data variable. A stacked column chart helps to understand the graph over time because it is easy to compare total colour length. In this tutorial, let's look at a quick way to add the total data label to a stacked column chart. Adding Total Labels to a Stacked Column Chart in Excel Here we will first create the stacked column ... Read More

21K+ Views
Manually adding days or months to a given date can be a messy and time-consuming process. We can solve this problem easily by using formulas. This article will help you understand how we can add the number of years, months, and days to a date in Google Sheets. In this tutorial, we will see about adding days, months, and years to a given date. Adding Number of Years Months and Days to a Date Here we will get any one of the results using the DATE formula, then use the auto-fill handle to get all the results. Let's look at ... Read More

281 Views
Performing the addition and subtraction operations column-wise in Excel is a very easy process, but performing those same operations in a row of a table is a complex problem. It is a complex problem because we can’t use the formulas in the case of row operations. The formulas can only be used to solve problems in columns. So let us see a simple process to show the total and subtotal of a row at the bottom of the table. Adding Total Row in a Table Here we will use the right-click menu to add the total row. Let us go ... Read More

2K+ Views
Have you ever tried adding times in Excel where the total will be more than 24 hours? Then you have a problem where the sum always returns to less than 24 hours even though the sum is greater than 24 hours, and it can lead to wrong solutions. It is so, because in Excel, by default, the time should always be 24 hours. This tutorial helps you understand how you can represent times that are longer than 24 hours. Adding Times Over 24 Here, we will first add the values and then use the format to change the values to ... Read More

25K+ Views
Making changes to deadlines in Excel is one of the most common tasks performed there. Making the adjustments to the dates manually is a very complex and hectic process. We can make it happen very easily, using the formulas supported by Excel. So, let's see a simple process to add or subtract the number of weeks in the Excel sheet using the formula. Adding Weeks to a Date Here, we will first use the formula to get the first result, then use the auto-fill handler to get all the results. Let's look at a simple procedure for adding weeks to ... Read More

1K+ Views
Sometimes, when we add or subtract different times, we want to get the result only in hours, minutes, or seconds. When we add or subtract time from time, we typically get the following result: hour: minutes: seconds. But we can make some changes in Excel in order to get the result only in seconds, minutes, or hours. This tutorial helps you understand how we can make it happen. Adding or Subtracting Times to Get Hours/Minutes/Seconds In Excel Here we will first add the values and use the format to complete the task. Let's look at a simple method for adding ... Read More