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