I am a bit of a novice, so please forgive me and go slow. :)
I want to have a table with a summary of hours each of my employees worked on a particular customers job. For instance, column 1 would be the name, column 2 would be the total hours. Sometimes there are 2-10 employees on a particular job. Another way to ask this would be, I can retrieve a value from a table, but only display the first result, I want to display all UNIQUE results in column A, and sum the total of the corresponding B columns and display that in a new table.
Any help would be appreciated, thanks!