PrashanthGM12345
Member
I have 5 Tables Table A, B, C, D, E.
Table A, B, C , D has 3 Columns : Audit Date, Opportunity ID and Audit Score
Table E has 2 Columns : Audit Months like Jan, Feb, March,.... Dec and Average Audit Score for a month.
I want a formula to do the following scenario.
It should scan the Audit Date columns (A,E,I,M) of Table A,B,C,D and calculate the average audit score Columns (C,G,K,O) of Month = January and copy the average audit score of Jan Month in the Cell R4.
similarly it should do for all the remaining months in column A,E,I,M until December and update the average score in the corresponding cell in Table E.
Note: While calculating Average it should not do
((Average of Table A audit score + Average of Table B audit score + Average of Table C audit score + Average of Table D audit score) AND finally take the average again of all the 4 averages.) since AVERAGE OF AVERAGE is a wrong Approach.
So first for the month of jan, it should take the (Sum of Table A audit score for jan month + sum of table B Audit score for jan month + Sum of Table C audit score for jan month + Sum of Table D audit score for jan month) and then take the average for january month.
Similarly it should do for all the other months.
I have attached the file for reference.
Also i am pasting the link which i had used for doing the same for 1 table : https://chandoo.org/forum/threads/formula-or-macro-or-function-confused.37539/#post-225547
Table A, B, C , D has 3 Columns : Audit Date, Opportunity ID and Audit Score
Table E has 2 Columns : Audit Months like Jan, Feb, March,.... Dec and Average Audit Score for a month.
I want a formula to do the following scenario.
It should scan the Audit Date columns (A,E,I,M) of Table A,B,C,D and calculate the average audit score Columns (C,G,K,O) of Month = January and copy the average audit score of Jan Month in the Cell R4.
similarly it should do for all the remaining months in column A,E,I,M until December and update the average score in the corresponding cell in Table E.
Note: While calculating Average it should not do
((Average of Table A audit score + Average of Table B audit score + Average of Table C audit score + Average of Table D audit score) AND finally take the average again of all the 4 averages.) since AVERAGE OF AVERAGE is a wrong Approach.
So first for the month of jan, it should take the (Sum of Table A audit score for jan month + sum of table B Audit score for jan month + Sum of Table C audit score for jan month + Sum of Table D audit score for jan month) and then take the average for january month.
Similarly it should do for all the other months.
I have attached the file for reference.
Also i am pasting the link which i had used for doing the same for 1 table : https://chandoo.org/forum/threads/formula-or-macro-or-function-confused.37539/#post-225547