Found 696 Articles for Advanced Excel Function

How to grey out cells based on another column or drop down list choice in excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:17:10

7K+ Views

Excel's Conditional Formatting is a feature that is both one of the simplest straightforward and one of the most powerful features. When you want to highlight cells in Excel that meet a certain criterion, you can utilize a feature in Excel called conditional formatting, which gives the functionality as its name. It provides you with the capability to rapidly construct a visual analysis layer on top of your data set. Using the conditional formatting feature in Excel, you can generate heat maps, display increasing or decreasing icons, and do a number of other useful things. In this tutorial, you are ... Read More

How to find the largest negative value (less than 0) in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:18:06

541 Views

Sometimes the scenario may come how to find the most negative value possible in your Excel spreadsheet. Imagine that instead of positive numbers there are hundreds of thousands of lines filled with negative numbers. The formula which you will learn in this tutorial will prove useful in the circumstances like this. The formula uses a few standard functions in order to locate the cell in an Excel spreadsheet that contains the most significant negative number. The IF function and the MAX function are both incorporated into this formula. Let’s see step by step with an example. Step 1 In our ... Read More

How to do exponential calculation to a range of cells in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:18:31

366 Views

Excel's built-in formulas and tools make it possible to conduct basic arithmetic operations such as addition, subtraction, multiplication, etc., but performing calculations involving exponential functions can be more challenging. In Microsoft Excel, an exponential computation cannot be performed with the help of any of the program's built-in tools. As a result, we would be expected to rely on particular formulas. A method of calculation known as exponential numbers involves multiplying a number by itself and a certain number of times. For example, when we calculate the amount of money we will obtain with compound interest, we will use the exponential ... Read More

How to divide a range of cells by a number in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:19:00

1K+ 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

How to create thermometer goal chart in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:19:28

169 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

How to convert multiple columns to rows in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:19:51

21K+ 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

How to add number of business/working days or hours to a date in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:20:23

8K+ 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

How to Add New Worksheets with Customized Names in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:20:54

154 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

How to add new worksheet with current date in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:21:22

856 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

How to add a new sheet with a specific name in Excel?

Pradeep Kumar
Updated on 10-Sep-2022 08:21:59

510 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

Advertisements