Adding/Analyzing Data From One Worksheet to Another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am making a report to track the sales steps and processes for a car lot.
The log has been set up with all of the different columns that I need. I
would like for the second page of the workbook to analyze/add the data and
statistics that will be entered into the log. My question is, how do I make
it do that?!? More specifically, if I want to say, "Add up all of the
customer statements taken by Denise from the sheet named "Sept 06", and that
data can be found from F3 through F5, and the salesperson's name can be found
from C3 through C55. I'm not sure of what formula to use, or how to set it
up to pull from the previous page. Thanks!!!
 
Hi,

Try using SUMPRODUCT something like this

=SUMPRODUCT((Sept 06!A3:A55="Denise)*(Sept 06!C3:C55))

Array enter the formula. <CTRL><SHIFT><ENTER>

Hope this will work for you.


Thanks,

Shail
 
Hi,

Try using SUMPRODUCT something like this

=SUMPRODUCT((Sept 06!A3:A55="Denise)*(Sept 06!C3:C55))

Array enter the formula. <CTRL><SHIFT><ENTER>

Hope this will work for you.


Thanks,

Shail
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top