Find the max of given values

From LemonWiki共筆
Revision as of 10:58, 24 April 2015 by Planetoid (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Excel approach

  • =MAX( data_array )
  • =LARGE( data_array, 1 )