Hi All;
I'm sure that this isn't uncommon, but I can't locate an applicable solution to my issue.
I have 2 tables [table1] and [table2]. [Table1] contains a list of models and their descriptions only. [table2] contains cost calculations that needs to expand based on changes to [Table1]. For example, if a model is added or removed in [Table1] it also needs to cause [Table2] to adjust. The two tables cannot be combined into one since there are a lot of different reasons that are outside the scope of my question.
[table1] should always have unique model values. If [table2] can pull the model column directly from [table1] automatically that would solve the problem quickly.
the =unique() function works on creating the dynamic range and can provide a workable solution, but I'd like to use [table2] instead since it will automatically add the formulas to the new row. This would make it a lot easier for a less excel experienced person to make either formula modifications to an entire column and allow for a bit more automation. The #Spill "error" is preventing me from using it since Microsoft decided to make life a little more difficult for everyone.
I have tried data connection from an internal table [table1]. While it will update the [table2] models, it will automatically delete the formula columns that are added to [table2] to process the data.
I have also tried to use data query from an internal table, but there are several problems with that as a long-term solution. The first is that the custom column formula isn't easy to access to make adjustments. Second, the formula structure in a power query isn't apples to apples with a standard Excel formula so an inexperienced person can't modify the formula without research. Third, the data query feature isn't really well known and understood for someone to understand what is going on with the data.
If there is a way to embed formulas into a pivot table, that might also work, but I haven't found a solution yet. I do know that you can reference a pivot table in a formula, but I'm not sure if that would solve the dynamic data row expansion and deletion from [table1] problem since I am back to using a formula outside [table2].
I can write a macro to process the data, but I have painfully learned that I am the only one in the company that understands and can create code. I'd like to avoid macros as much as possible.
Any ideas on other methods that I can explore?
Thank you for the help!
I'm sure that this isn't uncommon, but I can't locate an applicable solution to my issue.
I have 2 tables [table1] and [table2]. [Table1] contains a list of models and their descriptions only. [table2] contains cost calculations that needs to expand based on changes to [Table1]. For example, if a model is added or removed in [Table1] it also needs to cause [Table2] to adjust. The two tables cannot be combined into one since there are a lot of different reasons that are outside the scope of my question.
[table1] should always have unique model values. If [table2] can pull the model column directly from [table1] automatically that would solve the problem quickly.
the =unique() function works on creating the dynamic range and can provide a workable solution, but I'd like to use [table2] instead since it will automatically add the formulas to the new row. This would make it a lot easier for a less excel experienced person to make either formula modifications to an entire column and allow for a bit more automation. The #Spill "error" is preventing me from using it since Microsoft decided to make life a little more difficult for everyone.
I have tried data connection from an internal table [table1]. While it will update the [table2] models, it will automatically delete the formula columns that are added to [table2] to process the data.
I have also tried to use data query from an internal table, but there are several problems with that as a long-term solution. The first is that the custom column formula isn't easy to access to make adjustments. Second, the formula structure in a power query isn't apples to apples with a standard Excel formula so an inexperienced person can't modify the formula without research. Third, the data query feature isn't really well known and understood for someone to understand what is going on with the data.
If there is a way to embed formulas into a pivot table, that might also work, but I haven't found a solution yet. I do know that you can reference a pivot table in a formula, but I'm not sure if that would solve the dynamic data row expansion and deletion from [table1] problem since I am back to using a formula outside [table2].
I can write a macro to process the data, but I have painfully learned that I am the only one in the company that understands and can create code. I'd like to avoid macros as much as possible.
Any ideas on other methods that I can explore?
Thank you for the help!