REVERSEReverses the order of an array.Syntax =REVERSE(array) Arguments ArgumentTypeDescriptionarrayArrayThe array of values to reverse Examples =REVERSE([1, 2, 3, 4])→[4, 3, 2, 1]Updated 6 days ago REDUCESCANTable of ContentsSyntaxArgumentsExamples