REVERSEReverses the order of an array. Suggest EditsSyntax =REVERSE(array) Arguments ArgumentTypeDescriptionarrayArrayThe array of values to reverse Examples =REVERSE([1, 2, 3, 4])→[4, 3, 2, 1]Updated 9 months ago Table of Contents Syntax Arguments Examples