Find the max of given values: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
(Created page with "Split text by symbol Excel approach * ={{code | code = MAX( data_array )}} * ={{code | code = LARGE( data_array, 1 )}} Category: Excel")
 
mNo edit summary
 
Line 1: Line 1:
Split text by symbol
 


Excel approach
Excel approach

Latest revision as of 10:58, 24 April 2015


Excel approach

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