Jan 23 2023 07:32 AM
I need help getting the totals from this:
And adding it to this:
I'm able to get it to add one total of each variable, however I don't know enough about excel to add more data, from a table, to that variable.
If anyone could help, that would be greatly appreciated.
Jan 23 2023 07:38 AM
From your description, it sounds very much like a job for the SUMIF function. That link will take you to a site that explains how to use it.
If that's insufficient assistance, may I suggest you post a copy of the workbook(s) from which you took the images--the actual workbook(s)--on OneDrive or GoogleDrive, and paste a link here granting edit access to the real thing. Images are good, but access to a real spreadsheet is more helpful still.
Jan 23 2023 07:49 AM
SolutionHi @Dylan03
looking at your table setup, the easiest way would be using a Pivot table. Just select the source table and then goto menu "Insert | PivotTable"
You can place it on a new worksheet or on the existing one:
Then just drag and drop the PivotTable Fields:
Company to the rows
Rate to the columns
Total to the values
And that's it.
You only need to refresh the Pivot table with a right-click and "Refresh" whenever new records are added to the source table:
Jan 23 2023 07:58 AM