Answers for "google sheets flip array vertically"

2

google sheets flip array vertically

=SORT(B2:B11,ROW(B2:B11)*N(B2:B11<>""),0)

Where B2:B11 is the array you want to flip vertically.
Posted by: Guest on April-07-2022

Browse Popular Code Answers by Language