Indicators for the maximal and minimal values

In this article, you’ll learn how to indicate for maximal and minimal values within a range value in Microsoft Excel.

 

Let’s take an example to understand:-

We have students score data, in which we want to find out minimum and maximum score value.

Problem: - Creating a formula that will indicate the maximum and minimum values in List1
by returning Max Value or Min Value in the cell next to them.

image 1

 

Follow below given steps:-

  • Enter the formula in cell C2
  • =IF(B2=MAX($B$2:$B$16),"Max Value",IF(B2=MIN($B$2:$B$16),"Min Value",""))

image 2

 

  • Press Enter

image 3

 

  • Copy the same formula in the range

image 4

 

In the above image you can see that we are getting indicator in front of maximum and minimum numbers.

Conclusion: To get the answer we can have multiple conditions in a cell, we don’t need to do it in different ranges.

 

image 48

 

If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook.

We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.