Finding Highest and Lowest Value

Brabed

Board Regular
Joined
Oct 27, 2005
Messages
54
I am looking for a way to find the highest and lowest value within a selected range of data. I would preferably like for the highest and lowest values to be highlighted somehow within the data range. Thanks in advance.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi

How do you want them highlighted??? The MAX and MIN functions should find the numbers, but how do you want them actioned? Macro? Conditional Formatting?


Tony
 
Upvote 0
There are two methods I can think of...

1. Using the MIN and MAX functions built into Excel and conditional formatting

2. Write a macro that will do it for you (must be triggered somehow though)

Is the range static or dynamic?
 
Upvote 0

Forum statistics

Threads
1,214,881
Messages
6,122,074
Members
449,064
Latest member
MattDRT

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top