In this video I show you four ways to identify the highest values in a list (max).
- Status bar
- Max() function from Ribbon
- Conditional formatting
- Sorting
You can download the practice file here
In this video I show you four ways to identify the highest values in a list (max).
You can download the practice file here
If you found this blog useful, why not give it a share?
2 responses
Thanks for sharing.
There is a 5th one: =LARGE(array,1)
ooh, I like that one. I had completely forgotten about it. Need to update the blog post to include that one.