Pick the correct syntax of the SLICE( ) function which removes the last row from column A.

✅  The correct answer is:

SLICE(@A:A,0,-1)

Question:

Pick the correct syntax of the SLICE( ) function which removes the last row from column A.

Solution:

  • SLICE(@A:A, -1)
  • SLICE(@A:A, -1, 0)
  • SLICE(@A:A,0,-1)
  • SLICE(@A:A,1,-1)