Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
msb
 
Posts: n/a
Default What function do i use?

I have a workbook that tracks sales and other information at our car
dealership. I have 2 columns that I want to total data from on a separate
worksheet in the workbook. One column shows the vehicle model sold and the
other column shows the salesperson. The worksheet will total all models
sold but I want to have it break it down by model (Lexus dealer with 8
different models) sold per salesperson.

Example: ES LS etc, etc,
Joe Smith: 4 5
Sam Jones: 2 1

Any input would be appreciated.

Thanks,
MSB


  #2   Report Post  
Rowan Drummond
 
Posts: n/a
Default What function do i use?

Lets say your data is in sheet2 in columns A (salesperson) and B
(Model). In the sheet where you want the totals enter the salespersons
names in column A and the models in Row1. Then in cell B2 enter the formula:
=SUMPRODUCT(--(Sheet2!$A$2:$A$20=$A2),--(Sheet2!$B$2:$B$20=B$1))
and copy down and across as needed.
Note you will need to change the range references to pick up all your
data. You can't use an entire column.

Hope this helps
Rowan

msb wrote:
I have a workbook that tracks sales and other information at our car
dealership. I have 2 columns that I want to total data from on a separate
worksheet in the workbook. One column shows the vehicle model sold and the
other column shows the salesperson. The worksheet will total all models
sold but I want to have it break it down by model (Lexus dealer with 8
different models) sold per salesperson.

Example: ES LS etc, etc,
Joe Smith: 4 5
Sam Jones: 2 1

Any input would be appreciated.

Thanks,
MSB


  #3   Report Post  
msb
 
Posts: n/a
Default What function do i use?

Thanks, I'll give this a try

"Rowan Drummond" wrote in message
...
Lets say your data is in sheet2 in columns A (salesperson) and B (Model).
In the sheet where you want the totals enter the salespersons names in
column A and the models in Row1. Then in cell B2 enter the formula:
=SUMPRODUCT(--(Sheet2!$A$2:$A$20=$A2),--(Sheet2!$B$2:$B$20=B$1))
and copy down and across as needed.
Note you will need to change the range references to pick up all your
data. You can't use an entire column.

Hope this helps
Rowan

msb wrote:
I have a workbook that tracks sales and other information at our car
dealership. I have 2 columns that I want to total data from on a
separate worksheet in the workbook. One column shows the vehicle model
sold and the other column shows the salesperson. The worksheet will
total all models sold but I want to have it break it down by model (Lexus
dealer with 8 different models) sold per salesperson.

Example: ES LS etc, etc,
Joe Smith: 4 5
Sam Jones: 2 1

Any input would be appreciated.

Thanks,
MSB


  #4   Report Post  
msb
 
Posts: n/a
Default What function do i use?

Worked like a charm. Thanks!!!
msb


"msb" wrote in message
...
I have a workbook that tracks sales and other information at our car
dealership. I have 2 columns that I want to total data from on a separate
worksheet in the workbook. One column shows the vehicle model sold and the
other column shows the salesperson. The worksheet will total all models
sold but I want to have it break it down by model (Lexus dealer with 8
different models) sold per salesperson.

Example: ES LS etc, etc,
Joe Smith: 4 5
Sam Jones: 2 1

Any input would be appreciated.

Thanks,
MSB




  #5   Report Post  
Rowan Drummond
 
Posts: n/a
Default What function do i use?

You're welcome.

msb wrote:
Worked like a charm. Thanks!!!
msb

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 04:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"