View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default Max absolute number

Dan,

Use your formuala, but enter it using Ctrl-Shift-Enter. And you really should hope to get 50.

But if you really want 20, then perhaps

=ABS(MIN(D2:D5))

entered as a regular formula?

HTH,
Bernie
MS Excel MVP


"Dan" wrote in message
...
I am looking for the biggest absolute number in a range.
For example:
-20
3
50
40
I hope to get 20 as a result

I tried max(ABS(D2:D5)) but that does not work.
Of course I can use an intermedite range and fiirst convert all my data to
ABS then do a max - but I hope there is another way.

Many thanks.

Dan