Summing a column
Hi,
I have a column A which contains some numbers and I would like to get the sum of these numbers within that specific column A. How do I do that in Datameer?
Thanks
-
Official comment
Hi there,
The best way to accomplish this, would be by creating a static column to the left of the data you'd like to add, that you'd be able to group by. You can even use text or a number to fill all columns with this value. In a separate sheet, you can then perform a GROUPBY() on the static value, then a GROUPSUM(), using the values that you'd like to get the sum of. See the attached screen shots for reference on how to accomplish this.
Hope this helps.


Comment actions -
If you click on a blank column, then click into the formula bar toward the top, it will allow you to enter a value in the field. Numbers can just be entered, a string would need to be in quotes. Remember, this can't be done on a read-only sheet (like a source or join), so you may need to duplicate the sheet to perform this.
Please sign in to leave a comment.
Comments
3 comments