Finding highest value when column contains two entries with the same figure

halesowenmum

Active Member
Joined
Oct 20, 2010
Messages
383
Office Version
  1. 365
Platform
  1. Windows
Hi, here is an example of the data I am working with which is giving me a problem as it peskily contains two values which are the same (rrrr):

162</SPAN>
227
196</SPAN>
191</SPAN>
206</SPAN>
227
212</SPAN>
198</SPAN>
222</SPAN>
193</SPAN>
194</SPAN>
127

<TBODY>
</TBODY><COLGROUP><COL></COLGROUP>

I only need to see the TOP value - how do I deal with this??? Do I simply take those two figures and average them - would that work??

At the moment I have it set up using conditional formatting to highlight the top value in red and the bottom value in light blue so its just these ones where there's two top values that are giving me a pain in the neck.

Why do these things always happen when you're on a really urgent piece of work?! :eek:
 
=MAX(B40:B51)
for the highest and
=MIN(B40:B51)
for the lowest.
 
Upvote 0

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Excel Workbook
AB
40Jan total162
41Feb total227
42Mar total196
43Apr total191
44May total206
45Jun total227
46Jul total212
47Aug total198
48Sep total222
49Oct total193
50Nov total194
51Dec total127
52
53Highest227
54Lowest127
Sheet7
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B511. / Formula is =ROW(A1)=MATCH($B$54,$B$40:$B$51,0)Abc
B512. / Formula is =ROW(A1)=MATCH($B$53,$B$40:$B$51,0)Abc


 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,830
Members
449,471
Latest member
lachbee

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