
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

2K+ Views
It is possible that we will have scenarios where we need to make rapid changes to a range of cells in Excel. For example, there are multiple tables in some of the worksheets that have values that are in six digit numbers and you want to decrease them to, by dividing with some number, in these cases you have to perform the division operation taking the cell ranges rather than dividing that number to each cell separately. Let’s understand stepwise with an example. Using Paste Special You can use the Paste Special feature to divide a range of cells ... Read More

295 Views
A thermometer chart is a graphical representation of the precise value of a well-defined measurement. It is used to show the percentage of achievement. It is based on a single cell of accomplishment, and it is the easiest way used in a dashboard to show the progress of all, whether they have achieved their targets or not In this tutorial, we will go step by step and show how you can create a thermometer goal chart in Excel. Step 1 Suppose you have the data given below and want to make a chart to display the actual number ... Read More

23K+ Views
You may be curious how it is going to help if we take data that is organised in many columns and turn it into rows. It is preferred, in general, for each row of data to be analogous to a record and to contain a single data point. The columnar data may be a mess, with various properties scattered across several columns. Different people will look at the data in different ways. For instance, some people construct spreadsheets in Excel with the primary fields arranged in a horizontal fashion. Some people prefer to have the data reversed horizontally across columns. ... Read More

12K+ Views
To determine the precise time at which you will have completed the assignment while you are actively employed, you may need to add a certain number of business days or hours to the given date. In this article, we will demonstrate many different approaches to including a number of business days or working hours into a date using Excel. Assuming that the date 01-01-2022 is located in cell A2, the steps that need to be taken in order to add 22 days to it that only include working days and not weekends are as follows − The formula for calculating ... Read More

283 Views
The data storage, organisation, and manipulation capabilities of Microsoft Excel are the primary motivations for the software's creation and development. Excel Worksheet plays an important part by providing many features to alleviate the laborious process of managing data. Read through this tutorial to find out how you can add new worksheets in Excel with customized names. Follow the steps given below. Step 1 When you first launch Microsoft Excel, you are presented with a menu that gives you the choice between a number of different worksheets, as is seen below. Step 2 You have the option of picking one ... Read More

1K+ Views
New Worksheets are continually being added to your Workbook. It might seem incredibly tedious to have to do everything by hand at times (specifically if you have multiple sheets to add). Automating these monotonous tasks is a quick and easy way to solve the problem. Using VBA to Add New Worksheet with Current Date I have programmed the Visual Basic for Applications (VBA) code to add a new Worksheet at the very end of the Worksheets and give it the label "current Date." Step 1 Start by saving the file and then go to the Developer menu and pick Visual ... Read More

661 Views
New Worksheets are continually being added to your Workbook. It might seem incredibly tedious to have to do everything by hand at times (specifically if you have multiple sheets to add). Automating these monotonous tasks is a quick and easy way to solve the problem. Using VBA to Add New Worksheet with Specific Name I have programmed the Visual Basic for Applications (VBA) code to add a new Worksheet at the very end of the Worksheets and give it the label "specific name" Step 1 Save the file and then go to the Developer menu and pick Visual ... Read More

1K+ Views
Have you ever thought that we can send an email from an Excel formula with a single mouse click? When you click on a mailto hyperlink in Excel, an email message will be generated automatically with the fields that you choose spelled out. This happens automatically. However, when you send an email from Excel using the mailto hyperlink function, there is just one line in the actual email body. In this tutorial, we will demonstrate how to insert a new line into the body of an email when using a mailto hyperlink in Excel. The goal is to include a ... Read More

8K+ Views
When building a pivot table, we must manually drag each field into the Row Labels or Values. The remaining fields ought to be added to the Value box if we have a lengthy list of fields, though we may easily add a few row labels if we do. Adding multiple fields into pivot table will be useful when we want look after the pivot table with multiple dimensions and facts. Step 1 At first, we must create a sample data for creating pivot table as shown in the below screenshot. Step 2 Now, select the data range from A1:J19. ... Read More

627 Views
It may be difficult to determine the direction in which the data is trending when looking at a chart that has just been made in Excel. These visualisations can have thousands upon thousands of individual data points. In some cases, we can determine the direction in which the data is moving over time; however, in other cases, we must use various tools within Excel to figure out what is going on. The use of trend lines and moving average lines will help you achieve this goal The use of trend lines is becoming increasingly commonplace when trying to determine the ... Read More