![]() |
#1
|
|||
|
|||
![]()
My current project uses 6 tables. 4 tables contain source data and 2 are used to display data combined from the source tables. The four source tables have the same construction. The 2 "combine" tables have the same construction plus addtional columns containing formulae used to order the data. These formulae are entered in the table manually at design time (by adding 1 row and entering the formulae then deleting the row. The main procedure ic Sub Combine in Module 1. It clears all data from the "combine" tables; copies and pastes one of the source tables; compares values in the combined table to values a second source table and decides on a new combined value; then copies and pastes any rows in the 2nd source table which were not involved in the comparison. This last step disrupts the formulae in the sort columns which translate from summing cells in one row of the table to summing the same columns but now includes a block of rows below the insertion point. NOTE if the row is added at the end of the table the formulae above the insertion point are not changed.
I have repeated this action manually Home:Insert:Insert Table Rows Above and get the same formula disruption. I have tried to alter the syntax of the SUM formulae I'm using [typically SUM(M9:T9) where 9 is the sheet row] so that I use table rows instead of sheet rows but can't find any way of doing that. The nearest I can get is the sample in cell A1 of sheet Eclectic which reproduces the type of result I get in my combine table. My work around has been to build the tables then overwrite the formulae cells with the correct data. That is currently in a YesNo If in Sub Combine the for test purposes. This works well but is not neat. Any ideas. Last edited by mikec; 11-06-2013 at 05:21 AM. Reason: posted without attachment |
Tags |
tables |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
nschroeder | Word VBA | 6 | 05-13-2013 03:58 PM |
Referencing a value over 255 characters within a table PLUS strange formula behaviour | TishyMouse | Excel | 2 | 01-08-2013 09:39 AM |
Formula help in word table | mygsdsni | Word Tables | 3 | 01-04-2012 02:36 PM |
![]() |
steveman1234 | Word Tables | 2 | 03-28-2010 06:20 PM |
Help with Word table formula | fritman99 | Word Tables | 1 | 09-02-2009 05:36 PM |