Find the max of given values: Difference between revisions
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") |
(No difference)
|
Revision as of 20:58, 23 April 2015
Split text by symbol
Excel approach
- =
MAX( data_array ) - =
LARGE( data_array, 1 )