I have two tables, the first contains data arranged as described,
The Column A contains a list of items, some of which are duplicated (this is necessary). Columns B, C, D etc. contains numeric data for each of these items. Columns B, C, D etc. have user nominated numeric ID's i.e. 1, 2, 3; any of these columns may end up with the same ID No.
I then have a separate table which I need to use to consolidate the sum of the values against each item, BUT these need to be grouped by Column ID i.e. if columns B - D all have the same ID "1", then I want the sum of the values of each items across the range of columns with the ID of "1".
Can anyone help?
Bookmarks