Find the max of given values

From LemonWiki共筆
Revision as of 20:58, 23 April 2015 by Planetoid (talk | contribs) (Created page with "Split text by symbol Excel approach * ={{code | code = MAX( data_array )}} * ={{code | code = LARGE( data_array, 1 )}} Category: Excel")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Split text by symbol

Excel approach

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