Hi everyone,
I have searched all forums and I can't find the answer to this question, at least not one I understand. I will try to make this as clear as possible, so bare with me and please ask if I need to explain something further.
I have multiple columns, in the first column "Date" the second "Name" and in the third column "Value Aus$".
Example:
Date | Name | Value Aus$
01/01/2010 | Tom | $100
05/03/2010 | Mark | $70
06/03/2010 | Sam | $60
06/03/2010 | Tom | $50
08/03/2010 | Sam | $40
09/03/2010 | Tom | $90
** There are hundreds of rows of data and multiple entries for each name.
What I need to be able to do is look up a "Name" that is in a cell and return the SUM all the corresponding "Value Aus$".
Example:
Tom | =(SUM OF ALL "TOM" VALUES)
Sam | =(SUM OF ALL "SAM" VALUES)
In the example above, the sum for Tom would be =$240 and for Sam =$100.
Thank you for your help in advance
I have searched all forums and I can't find the answer to this question, at least not one I understand. I will try to make this as clear as possible, so bare with me and please ask if I need to explain something further.
I have multiple columns, in the first column "Date" the second "Name" and in the third column "Value Aus$".
Example:
Date | Name | Value Aus$
01/01/2010 | Tom | $100
05/03/2010 | Mark | $70
06/03/2010 | Sam | $60
06/03/2010 | Tom | $50
08/03/2010 | Sam | $40
09/03/2010 | Tom | $90
** There are hundreds of rows of data and multiple entries for each name.
What I need to be able to do is look up a "Name" that is in a cell and return the SUM all the corresponding "Value Aus$".
Example:
Tom | =(SUM OF ALL "TOM" VALUES)
Sam | =(SUM OF ALL "SAM" VALUES)
In the example above, the sum for Tom would be =$240 and for Sam =$100.
Thank you for your help in advance