View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bramweisman[_3_] bramweisman[_3_] is offline
external usenet poster
 
Posts: 1
Default Maximum Absolute with sign

How can I create a user function that accomplishes this:

=IF(MAX(H2:H35)<ABS(MIN(H2:H35)),MIN(H2:H35),MAX(H 2:H35))


I want this function to let me simply enter

=MAXABS(h2:h35)

Thanks in advance,

Bram Weisma

--
Message posted from http://www.ExcelForum.com