[Solved] May a range be an entire column?
Posted: Mon Sep 08, 2008 12:47 pm
Thanks for any assistance on this. Have done fair amount of searching but could not find an answer. Using OO version 2.4.1 with Linux Mint (Ubuntu 8.04).
What if one wants to operate on ALL the current and subsequent values in a column? Normally one specifies a range (C1:C201). I would like to specify C*, as if "*" meant all values in column C.
Situation: Spreadsheet is serving as a day book. Each time there is a transaction, it is entered on a row under columns for TRANSACTION (A), DATE (B), FUNDS IN (C), FUNDS OUT (D), and BALANCE (E). The formula in cell E3, for example, is =E2+C3-D3. Cells in columns C, D, and E are formatted for currency.
Objective is to have a cell at the top (above where this data accumulates) which gives the current balance. This could be achieved if a formula could be written which subtracted the totals of column C from the totals of column D.
Even better would be to operate on all cells of a column below a specified cell.
The sheet is constantly receiving new transactions so a limited range of cells in a column is either going to be rendered invalid when the bottom of the range is passed or require choosing a distant endpoint such as C2500. If such a distant cell is referenced, the size of the sheet becomes huge and calculations or file operations slow way down.
As each sheet is for a particular account it would be possible with such a balance cell to post the current balance of each account to another sheet. Maybe, since this is the larger goal, there is a completely different way to achieve it.
Any suggestions or even information that this is impossible, would be much appreciated.
What if one wants to operate on ALL the current and subsequent values in a column? Normally one specifies a range (C1:C201). I would like to specify C*, as if "*" meant all values in column C.
Situation: Spreadsheet is serving as a day book. Each time there is a transaction, it is entered on a row under columns for TRANSACTION (A), DATE (B), FUNDS IN (C), FUNDS OUT (D), and BALANCE (E). The formula in cell E3, for example, is =E2+C3-D3. Cells in columns C, D, and E are formatted for currency.
Objective is to have a cell at the top (above where this data accumulates) which gives the current balance. This could be achieved if a formula could be written which subtracted the totals of column C from the totals of column D.
Even better would be to operate on all cells of a column below a specified cell.
The sheet is constantly receiving new transactions so a limited range of cells in a column is either going to be rendered invalid when the bottom of the range is passed or require choosing a distant endpoint such as C2500. If such a distant cell is referenced, the size of the sheet becomes huge and calculations or file operations slow way down.
As each sheet is for a particular account it would be possible with such a balance cell to post the current balance of each account to another sheet. Maybe, since this is the larger goal, there is a completely different way to achieve it.
Any suggestions or even information that this is impossible, would be much appreciated.