Calculate Totals - Multiples Files
This workflow demonstrates how to clean, aggregate, and format spreadsheet data for further analysis or reporting, and lastly exports the resulting data table to an external file.
In this example, we access the medal counts of the 1896-2020 Olympic Games from five separate Excel files (identical table structure). We proceed to filter the data to include only specific columns ("country", "gold", "silver", "bronze") and calculate the total medal count for each country as well as the grand totals. We concatenate the aggregated data into one data table and lastly write the table to a new Excel file.
For a detailed overview of each node in this workflow, refer to the workflow description in the Info panel.
💡 To view each node's configuration, select the node and see the configuration pane on the right side of the workflow editor.