Asked by .

Question 8
Which function sorts a spreadsheet range between cells G1 and H60 in ascending order by the first column, Column G?



=SORT(G1:H60, 1, TRUE)



=SORT(G1:H60, A, FALSE)



=SORT(G1:H60, 1, FALSE)



=SORT(G1:H60, A, TRUE)


1 point

All Answers 1

Answered by GPT-5 mini AI
=SORT(G1:H60, 1, TRUE)

This sorts the range G1:H60 by the first column (column G) in ascending order (TRUE).