G
Greg Allen
I have a table of data similar to the following:
Name A B C D E F
Rich 4 4 3 3 4 4
Dave 4 3 3 4 4 4
Rich 4 4 4 4 4 4
John 4 4 4 4 4 4
Rich 4 4 4 3 3 3
Rich 3 3 3 2 3 3
Dave 4 3 3 3 4 4
I would like to use the database functions like DCOUNTA, DSUM, etc. to work
with this data, grouping it by name summing all the columns. So the end
result on my other worksheet would look like this:
Name A B C D E F
Rich 15 14 14 13 14 14
Dave 8 6 6 7 8 8
John 4 4 4 4 4 4
Note that the Name column on the summed worksheet doesn't have to
be generated. I put the list of names there by hand. However, I want all the
formulas in the other columns on the sheet to match up that Name column
with the Name column on the data.
While I'm only showing summing of the data here, there are more columns
in my actual data where I'm doing averages, etc.
I have this working using SUMPRODUCT and array formulas, but it's really
slow
so I am looking at a way to speed it up. I've thought of pivot tables, but
have
never used them and would prefer not to learn right now unless I am forced
to.
I think there has got to be a way to do this using the database functions
and the criteria. But I haven't been able to figure it out.
Can anyone help?
Thanks,
-- Greg
Name A B C D E F
Rich 4 4 3 3 4 4
Dave 4 3 3 4 4 4
Rich 4 4 4 4 4 4
John 4 4 4 4 4 4
Rich 4 4 4 3 3 3
Rich 3 3 3 2 3 3
Dave 4 3 3 3 4 4
I would like to use the database functions like DCOUNTA, DSUM, etc. to work
with this data, grouping it by name summing all the columns. So the end
result on my other worksheet would look like this:
Name A B C D E F
Rich 15 14 14 13 14 14
Dave 8 6 6 7 8 8
John 4 4 4 4 4 4
Note that the Name column on the summed worksheet doesn't have to
be generated. I put the list of names there by hand. However, I want all the
formulas in the other columns on the sheet to match up that Name column
with the Name column on the data.
While I'm only showing summing of the data here, there are more columns
in my actual data where I'm doing averages, etc.
I have this working using SUMPRODUCT and array formulas, but it's really
slow
so I am looking at a way to speed it up. I've thought of pivot tables, but
have
never used them and would prefer not to learn right now unless I am forced
to.
I think there has got to be a way to do this using the database functions
and the criteria. But I haven't been able to figure it out.
Can anyone help?
Thanks,
-- Greg