barbershopper
Structural
- May 31, 2002
- 2
I have a large list of data from a structural analysis package, which contains the following data for each record:
member, loadcase, Fx, Fy, Fz, Mx, My, Mz.
a sample extract is like this
2181,152,643.57,4083.5,0,0,0,-41141
2182,152,643.57,4083.5,0,0,0,-28890
2183,152,643.57,4083.5,0,0,0,-9563.2
2184,152,643.57,4083.5,0,0,0,9759.9
For each member the maximum and minimum value for each component (Fx, Fy....) is determined using the function DMAX(). What I want to do is extract the entire record which correlates with this maxima or minima (ie coexisting forces).
I have tried using the MATCH function to find the row, to then use INDEX, however stops at the first occurence, not necessarily the row for the correct member record.
Any ideas?
member, loadcase, Fx, Fy, Fz, Mx, My, Mz.
a sample extract is like this
2181,152,643.57,4083.5,0,0,0,-41141
2182,152,643.57,4083.5,0,0,0,-28890
2183,152,643.57,4083.5,0,0,0,-9563.2
2184,152,643.57,4083.5,0,0,0,9759.9
For each member the maximum and minimum value for each component (Fx, Fy....) is determined using the function DMAX(). What I want to do is extract the entire record which correlates with this maxima or minima (ie coexisting forces).
I have tried using the MATCH function to find the row, to then use INDEX, however stops at the first occurence, not necessarily the row for the correct member record.
Any ideas?