To combine similar Data Tables from different worksheets within the same workbook or different worksheets from different workbooks (but same table header), you can take help of Consolidate option from Data menu in Excel . This option allows you to combine all similar data into one single table where you apply the Consolidate command. It will be more clear if I tell you an example through others function. Assume that, You have Sheet1 , Sheet2 and Sheet3 . Sheet1 has " District vs Month " wise rainfall measurement record in Bangladesh in 2015 . Similarly Sheet2 has the same data table with same header but 2016 years. Now in Sheet3 you need to AVERAGE the " District vs Month " wise rainfall measurement record. So, what will you do? Generally You will go to the Sheet3 and Click the cell where you want to get the AVERAGE of a District and type the formula: =SUM(Sheet1!B3+Sheet2!B3)/2 Yes this is correct. But problem is, if you use this ...
Learn Microsoft Excel with step by step tutorials including charts, formulas, functions, Power BI, Excel VBA for beginners.