fred3
Member
I have an older worksheet that summarizes cells from a number of other worksheets.
All of the "other worksheets" are of the same structure - only with different data.
The original Summary builds a row for each of the other files and displays cell values or results of formulas with cell references.
The original Summary can SORT these rows in column value order - just typical Excel sorting.
Most of the cells are either filled with unchanging data - like the file's one path - or are filled from the source file cells.
One of the cells in each row helps fill in the cells in that row - e.g. the source file name with or without the file extension.
Common data that is used in many cells is in a column that has a Name assigned in the Name Manager.
For the cells referencing a source file cell or cells, there is a "template" row of that starts with '=' and has code that will allow the Summary cell to be properly filled for that row so the cell will reference the source file cells.
None of this requires opening the source files.
I'm not able to meet all these performance features using Excel in MS365.
The template cell contents don't seem to work to fill the related cells.
The Summary cells don't get filled when the worksheet is calculated.
Some have suggested using Excel VBA which would be OK but there are lots of cells being dealt with - so that seems more effort than should be pursued. It also detracts from working with the Summary directly.
I built a simple worksheet that seemed to show that implicit intersection was possible with MS365 but clearly I'm missing something.
- There are two columns of numbers and one of text. Each is assigned a Name. Then two columns of combinations of the first 3 columns.
In this case the row relationships are consistent in the combinations even though the Names apply to the entire column. That looks like implicit intersection.
But, in this case, the columns of combinations have all but the first row formulas in light gray. ???
All of the "other worksheets" are of the same structure - only with different data.
The original Summary builds a row for each of the other files and displays cell values or results of formulas with cell references.
The original Summary can SORT these rows in column value order - just typical Excel sorting.
Most of the cells are either filled with unchanging data - like the file's one path - or are filled from the source file cells.
One of the cells in each row helps fill in the cells in that row - e.g. the source file name with or without the file extension.
Common data that is used in many cells is in a column that has a Name assigned in the Name Manager.
For the cells referencing a source file cell or cells, there is a "template" row of that starts with '=' and has code that will allow the Summary cell to be properly filled for that row so the cell will reference the source file cells.
None of this requires opening the source files.
I'm not able to meet all these performance features using Excel in MS365.
The template cell contents don't seem to work to fill the related cells.
The Summary cells don't get filled when the worksheet is calculated.
Some have suggested using Excel VBA which would be OK but there are lots of cells being dealt with - so that seems more effort than should be pursued. It also detracts from working with the Summary directly.
I built a simple worksheet that seemed to show that implicit intersection was possible with MS365 but clearly I'm missing something.
- There are two columns of numbers and one of text. Each is assigned a Name. Then two columns of combinations of the first 3 columns.
In this case the row relationships are consistent in the combinations even though the Names apply to the entire column. That looks like implicit intersection.
But, in this case, the columns of combinations have all but the first row formulas in light gray. ???