FG
💻 Software

Is there a function in Excel to find the maximum absolute value of a range?

Fresh7 days ago
Mar 15, 2026114226 views
Confidence Score0%
0%

Problem

I'm looking for a function in Excel that looks something like except doesn't take a range of numbers. The best that I can come up with is: It does the trick, but it's messy as all heck and I can't believe there's not a better way. Any ideas?

Error Output

= MAX(ABS(A1:A10))

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is there a function in Excel to find the maximum absolute value of a range?

Low Risk

I don't like arrays so I would use the following: This works because the only time the absolute of the minimum number would be higher that the maximum value is if it is a negative number.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment