Look for the highest number

Rye

New Member
Joined
Apr 24, 2023
Messages
36
Office Version
  1. 365
  2. 2007
Platform
  1. Windows
Hi Guys, is there a way to get the highest number automatically? please see the table below. Thank you for always helping us.

MetersScoreHigh score
0021
220
31
82
95
1010
112
203
Is there a way to get the highest value automatically in this equation?
* My goal is to look for the highest score within 1 meter
* in this example, the highest score is 21
* Please note that, only the highest score will be recorded.
 
Thanks for now using XL2BB. For the future, when you do that, don't put your instructions in the worksheet, just write them separately in your post (like I have with this message)

Looks like I was over-complicating it in the first place. :eek: What about this instead?

23 05 21.xlsm
ABC
1Table 1.1
2MetersScoreHigh Score
30021
4220
531
682
795
81010
9112
10203
11
12Table 1.2
13MetersScoreHigh Score
140020
15220
1641
1782
18105
191210
20142
21203
Sheet2 (3)
Cell Formulas
RangeFormula
C3,C14C3=LET(r,A3:A10,MAX(SUMIFS(B3:B10,r,">="&r-1,r,"<="&r+1)))
Hi @Peter_SSs, this one here is perfect. I appreciate your prompt response, really do. Cheers!!!!
 
Upvote 0

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,215,328
Messages
6,124,299
Members
449,149
Latest member
mwdbActuary

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