Pick the correct syntax of the SLICE( ) function which removes the last row from column A.Pick the correct syntax of the SLICE( ) function which removes the last row from column A.
- SLICE(@A:A, -1)
- SLICE(@A:A, -1, 0)
- SLICE(@A:A,0,-1)
- SLICE(@A:A,1,-1)