Does SUMIFS work only for a range of rows in Smartsheet? How do I calculate for a growing list of items. For example:
=SUMIFS(No1:No987, Analysis1:Analysis987, "Geometry", Answer1:Answer987, =1)
This is restricted to rows 1-987. How can I calculate the same without the number of rows specified.