Skip to main content

How to Highlight MAX and MIN Values in MS Excel Chart || MS Excel || dptutorials

Hi,

In this tutorial, let us learn how to highlight special data points in the Chart that we create in MS Excel.

Let's see how to do it now:

Step 1:

In this example, I am considering the data of Sales in numbers by month wise in a particular year.

Step 2:

If we generate the Chart with the available data in two columns, it would be like as shown below:
now let us highlight the MAX and MIN Data points in this chart


Step 3:

Let us first Calculate the MAX and MIN values of these figures at the bottom of the table, using the formulas as shown:

MAX  function in C16  = MAX(C4:C15)
MIN function in C17 = MIN(C4:C15)


Step 4:

Now let us create two dummy series in two columns  as "Dummy MAX Series" and "Dummy MIN Series"

Enter the formula in the Dummy Max series column's first cell as = If(C4=C16,C4,NA()), this will give the result if the cell's value is the max of the series, or else it will show as NA. Similarly enter the formula in the Dummy Min series as = If(C4=C17,C4,NA()). With these dummy series, you will able to see the Max and Min values only in the particular months



Step 5:

Now click on the chart that we have created, and select the entire data along with the Dummy series this time.(as shown)

Step 6:

And when the chart gets updated, you can click on the chart type in the menu bar under "Design" tab  and select the type of chart as "Line with Markers" (as shown)



Step 7:

Now, as a final step, you can play with colors and do all the cosmetic formatting for making good reports. this is a sample one.



Here is the detail Video Tutorial for better understanding:



Please subscribe to this Youtube channel for more interesting tutorials.

Subscribe

Comments

Popular posts from this blog

How To Merge Two Separate Schedules Into One Master Schedule In Primavera

In this tutorial, let us learn how to Merge two separate schedules into One Master schedule in Primavera P6. In this example, I am considering two separate projects which are these two, One is master schedule and one is the subproject. First, let us open the subproject and export this schedule as a .XER file onto Desktop. and now let us start the exact process of merging two separate schedules. 1. As a first step, We need to open the project schedule into which we want to insert the other project as a sub-project. So, let us open the Master schedule here. 2. Go to Import, select XER format, Click Next 3. Select Project and click Next 4. Now select the Subproject .xer file from the Desktop and click Next 5. Under Import action, select the option as “Update Existing Project” and under import to section, select the Master schedule which is already open. Click Next and Finally Click on Finish. 6. Please note and make sure that your WBS and activity IDs should not confl...

Primavera P6 Tutorial : Chapter 2.7 : User Defined Fields

Apart from the in-built fields available in primavera, you can create User-defined fields which enable you to customize fields and values and add them to the project database. For example, you can use them to track additional activity data such as ordered dates, delivery dates, revised budgets, purchase order / work order numbers, vendor names, etc. In this chapter, let us learn how to create User defined fields, how to work with them and how to work with indicators type of User defined fields. How to Create UDFs? For each custom user defined field you create, you can specify any of the following data formats for that field: Text, Start Date, Finish Date, Cost, Integer, Number, Text, and Indicator. To Define: Go to the Menu bar, Choose Enterprise, select  User Defined Fields . Select the subject area to which you want to add a new field, then click  Add . Double-click in the Title column and type a name for the User Defined Field. Double-click in the Da...

Primavera P6 Tutorial : Chapter 2.5 : Budgets

Budget Consists of quantities and cash flow required to complete a project. In the Planning stage project manager and other stakeholders need to estimate scope and budgets. As the scope changes, budget also needs to be adjusted to compensate. Primavera is helpful in establishing these budgets and tracking the changes in the budgets. In this Tutorial, let us learn how to establish budgets, establish monthly spending plans, implement changes to it and tracking monthly spending and variances right from EPS to Project and to WBS level. In the planning stage, we start the budgeting from the top level, like dividing the budget available to the EPS nodes for the duration of the projects. And then respective managers divide this budget to the projects for which they are responsible in each EPS node. Let us consider with an example here. Considering that we have $6000 allotted for an EPS node and it is having two projects and we divide this $6000 equally to these two projects as $3000 eac...