J
jaimetimbrell
Hello all,
I have been driven to near dementure by a problem that I am sure has
simple solution (but then all problems are easy when the solution is t
hand!)
I have a spreadsheet, about 5000 rows by 20 columns of data that ha
been imported from a *.txt file. The data is separated into events tha
take place separately and I want to treat each event as a unique arra
and look at each event separately - it is all vertically stacked whe
looking at the spreadsheet.
one of the columns contains 3 digit numeric values and I want to run
MAX(array) formula, but I am having a problem constructing a
expression that starts at the top of each column of data in each uniqu
event and stops at the bottom of that unique event, by way o
illustration:
column J
row 2 RESULT
row 3 452 MAX(J3:J6) result 937
row 4 653
row 5 937
row 6 932
row 7 "blank"
row 8 RESULT
row 9 487 MAX(J9:J15) result 983
row 10 665
row 11 344
row 12 958
row 13 234
row 14 567
row 15 983
row 16 "blank"
row 17 RESULT
etc
How do I construct a formula that starts at row 3 and stops at row 6
calculates the MAX figure and then starts again at row 9 etc - the nex
separate event? In other words how do I automate construction of th
array in each of the MAX formulae above (J3:J6 and J9:J15 etc)?
(note: I have 100 spreadsheets of about 5000 rows so manuall
transposing or manipulating the data isnt an option open to me)
Any help would be most gratefully received.
Best Regards,
Jaime
I have been driven to near dementure by a problem that I am sure has
simple solution (but then all problems are easy when the solution is t
hand!)
I have a spreadsheet, about 5000 rows by 20 columns of data that ha
been imported from a *.txt file. The data is separated into events tha
take place separately and I want to treat each event as a unique arra
and look at each event separately - it is all vertically stacked whe
looking at the spreadsheet.
one of the columns contains 3 digit numeric values and I want to run
MAX(array) formula, but I am having a problem constructing a
expression that starts at the top of each column of data in each uniqu
event and stops at the bottom of that unique event, by way o
illustration:
column J
row 2 RESULT
row 3 452 MAX(J3:J6) result 937
row 4 653
row 5 937
row 6 932
row 7 "blank"
row 8 RESULT
row 9 487 MAX(J9:J15) result 983
row 10 665
row 11 344
row 12 958
row 13 234
row 14 567
row 15 983
row 16 "blank"
row 17 RESULT
etc
How do I construct a formula that starts at row 3 and stops at row 6
calculates the MAX figure and then starts again at row 9 etc - the nex
separate event? In other words how do I automate construction of th
array in each of the MAX formulae above (J3:J6 and J9:J15 etc)?
(note: I have 100 spreadsheets of about 5000 rows so manuall
transposing or manipulating the data isnt an option open to me)
Any help would be most gratefully received.
Best Regards,
Jaime