Description of formula:
Returns the first element of the array. You can specify an array of values or cells range.
Returns the first element of the array. You can specify an array of values or cells range.
Syntax:
first(array)
first(array)
Parameters:
array
(type: array of values of any type) Array from which you want to get element
Returned type:
any
Examples:
=first('one', 'two', 'three')
=first(A1, B2)
=first(A1:A12)
=first(section1.A)
=first('one', 'two', 'three')
=first(A1, B2)
=first(A1:A12)
=first(section1.A)
0 Comments