Forum Discussion

Shawna760's avatar
Shawna760
Copper Contributor
Feb 10, 2022
Solved

The average of the product of two columns across several worksheets

Hello,   I am struggling with writing a formula to take the average of the product of two columns across 15+ identical worksheets. The two columns have numerical data, and the constraint is that I ...
  • OliverScheurich's avatar
    OliverScheurich
    Feb 17, 2022

    Shawna760 

    In my understanding you have solved the task yourself. Your solution is much easier than Power Query and if i may i would suggest to enter an additional column in all of your 54 sheets.

     

    All your sheets have the same layout which means that you can easily add the additional column. 

    You can select all the 54 Assembly and Machining sheets by activating the first (Assembly) sheet and then holding down the ctrl key and select the remaining sheets with mouseclicks.

    Then enter formula 

    =C3*D3

    in the first sheet and copy the formula down.

    Then hold the ctrl key down again and deselect the other sheets with mouseclicks.

    Now in all sheets the formulas are entered and the product column is added.

Resources