Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Cubic Splines
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- Frame Analysis with Excel - 3, Continuous beam or frame
- Retrieving unique values from a range or array ...
- Linking Excel to C - 2
- Downloads
- About Newton Excel Bach
- Daily Download 4: Continuous Beam Analysis
- Lateral pile analyis with PY curves ...
Recent Comments
Tag Archives: MaxAbs function
Two MaxAbs functions
Excel does not have a built-in function to find the maximum absolute value of a range, perhaps because the Max() and Abs() functions can be combined in an array function: =Max(Abs(datarange)) This solution has a number of drawbacks however: The … Continue reading
Posted in Arrays, Excel, Maths, Newton, UDFs, VBA
Tagged Excel, MaxAbs function, maximum absolute value, UDF, VBA
9 Comments