79657486

Date: 2025-06-08 03:54:41
Score: 1
Natty:
Report link

You can get the data last row using

=max(arrayformula((--(A:A<>"")*row(A:A))))

or

=max(iferror(arrayformula(arrayformula((--(importrange("xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "'Sheet1'!A:A")<>""))) * arrayformula(row(A:A))),0))

This might not directly answer your question, though.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: GeekyManiac