Google Sheet: I found there is solution to get column last three values. As specified below =QUERY(SORTN(FILTER({C:C,ROW(C:C)},C:C<>""),3,0,2,0),"Select Col1 ORDER BY Col2") by Mr Erik. In the same way i want to get last three value of a row. It would be a great help. Thank you.
↧