Yogi Anand, D.Eng, P.E. Google Spreadsheet www.energyefficientbuild.com
user Archist said:
How would I create a sum formula that always includes all cells above until a cell with text is reached.
I am working with a lengthy cost estiamte spreadsheet. The sheet is frequently has rown inserted copied and pasted. In the past this has caused problems for cells with a SUM function.
user Archist said:
How would I create a sum formula that always includes all cells above until a cell with text is reached.
I am working with a lengthy cost estiamte spreadsheet. The sheet is frequently has rown inserted copied and pasted. In the past this has caused problems for cells with a SUM function.
One solution I can think of would be to create a formula where one cell is the sum of all cells above, until a cell with text is reached. This will need to be repeated about a hundred times in 5 columns.
I know this is written incorrectly but something to the effect of: =SUM(Offset1,0:(IF(ISTEXT))
I know this is written incorrectly but something to the effect of: =SUM(Offset1,0:(IF(ISTEXT))
Or I am open to any other sugections that will always give give a sum between the heading and total.
update:
user provided reference to the following Excel spreadsheet
https://docs.google.com/open? id=0BwUJ-MCI_ yklYmFlZDVmNjUtZmViMC00OTViLTk zMWItNzkxNjk0ZWMxYjhl
---------------------------------------------
following is a solution to the problem
No comments:
Post a Comment