TangoCleveland
Mechanical
- Jun 28, 2002
- 224
I have a column of forces from piping stress analysis. I want to find the greatest magnitude and retain the sign. If I have a -20000 lb force and a 10000 lb force, the MAX function will tell me 10000. There are 7 forces altogether, and I'm now using a formula =IF(MAX(ABS(C155),ABS(C156),ABS(C157),ABS(C158),ABS(C159),ABS(C160),ABS(C161))<>MAX(C155:C161),MIN(C155:C161),MAX(C155:C161))
Is there an easier way?
Here are two columns of data to work with:
-29402 80284
49602 -6317
-301 48506
2862 49852
53 49339
-29101 31779
49903 -54823
Larry
Is there an easier way?
Here are two columns of data to work with:
-29402 80284
49602 -6317
-301 48506
2862 49852
53 49339
-29101 31779
49903 -54823
Larry