Support Board
Date/Time: Sun, 06 Jul 2025 05:24:39 +0000
Post From: Spreadsheet Study: Get all the data in the row of one column.
[2019-03-16 17:19:40] |
ForgivingComputers.com - Posts: 1076 |
What is the function code to call in every available data in a specific column? I want to use it on a SUM function, I want to sum all the data in one column/cell, I can't just type SUM(A), SUM(B), SUM(C).
If you have 1000 rows, then the sum of all entries in column x is: =sum(X3:X1002)
|