Find highest value in google sheets column

Hi, I want to add a row with an increment of 1 from the previous highest number. How can I achieve this?

Hi. Search for the rows in the spreadsheet. Then, get the the “Total bundle number” and do a sum from this value + 1.


Thanks, Helio!
Wemakefuture
If you have questions reach out :wink:

1 Like

Thanks! I ended up using a search rows module with a sort descending. Then a numeric aggregator and choosing the max value + 1.

Heya @Shawn thanks a lot for stepping back into the community and letting us know what your solution turned out to be :sunglasses: Greatly appreciated!