help! - multiple maximum values

bluegitty

New Member
Joined
Nov 19, 2009
Messages
1
Hi

I have conducted a test measuring force over time (10 millisecond intervals) giving 5000 rows of results. The force peaks roughly every 200 rows and I want to display this in a table.

If I just do a MAX (A1:A5000) I only get one maximum, if I do MAXA(A1:A5000,2) then the value is just the next reading taken from the highest peak, and not the value of the second highest peak which is about 25% less.

The peaks (roughly 20 of them) do not occur at the same point each time so I couldn't just do MAX(A1:A200), followed by MAX(A201:A401) and so on as there are several tables I have to do.

My current method is to look at the graph for the peaks to get a rough idea where they occur and then scroll through the source data until I find the highest value. That's ok for one graph but time consuming for several graphs.

Any ideas guys ?

thanks
Andy
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Andy

Welcome to the MrExcel board!

Try this.
B1 houses a 0
Separate formula for B2
B3 copied down to end of data.
E2 copied down as far as you think you might need.

Excel Workbook
ABCDE
1Values03Maximums
25 13
38 15
4911
5131
612
7152
86
97
109
1110
1210
1310
1411
1511
16113
178
18
High points
 
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,694
Members
448,979
Latest member
DET4492

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