L
lukus2005
I was trying to set up a PivotTable and not having much success with
it and it was suggested that I try the SUMPRODUCT function. I did but
it returns a #VALUE! error.
Each rows of my spreadsheet contains a specific project that was
completed.
In column C i have the name of the client who's name may come up
several time throughout my spreadsheet.
In column M i have the net profit for that specific project.
It is my understanding that I can use the SUMPRODUCT function to add
all the profit amounts for all the projects completed for a specific
client. So for example, I want to add all the profits (Column M) for
all the projects completed for a client named "ACME" (Column C). This
is the formula I tried but gave me an error...
=SUMPRODUCT((M17:M208)*($C$17:$C$208="ACME"))
it and it was suggested that I try the SUMPRODUCT function. I did but
it returns a #VALUE! error.
Each rows of my spreadsheet contains a specific project that was
completed.
In column C i have the name of the client who's name may come up
several time throughout my spreadsheet.
In column M i have the net profit for that specific project.
It is my understanding that I can use the SUMPRODUCT function to add
all the profit amounts for all the projects completed for a specific
client. So for example, I want to add all the profits (Column M) for
all the projects completed for a client named "ACME" (Column C). This
is the formula I tried but gave me an error...
=SUMPRODUCT((M17:M208)*($C$17:$C$208="ACME"))