Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default How to Total YTD Income Per Client and YTD Commission Paid Out From Adjacent Columns?

Hi everyone. I hope you can help me out here. Pretty Please. :)

My manager asked me to use Excel to (1) total the YTD income for each
client and to (2) total the YTD commission paid out to each person
earning commission from an ongoing data table that is updated weekly.

Question: What formulas do I use to automatically find the total year
to date (YTD) income comming from clients: Anna, Bobi, and Casy.
Similarly, what formulas do I use to automatically find the total year
to date (YTD) commission paid to Zack and Yani? Since the income and
commission amount is on a adjacent column, will this be difficult?

Please reply in the ng. Thanks.


The table below contains the income and commission data (updated
weekly):

Table:

A B C
D
1 Client Name Income From Client Commission Paid To
Commission Amount
2 Anna 25 Zack
10
3 Bobi 50 Zack
20
4 Bobi 150 Yani
60
5 Anna 75 Yani
30
6 Casy 300 Zack
120



I need these following results to show up under the table above:

A B
9 YTD Income From Client
10 Anna: 100
11 Bobi: 200
12 Casy: 300


15 YTD Commission Paid
16 Zack: 150
17 Yani: 90
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 3,885
Default How to Total YTD Income Per Client and YTD Commission Paid Out From Adjacent Columns?

Hi
have a look at pivot tables. See:
http://www.cpearson.com/excel/pivots.htm
http://peltiertech.com/Excel/Pivots/pivotstart.htm
http://www.contextures.com/xlPivot02.html
http://www.ozgrid.com/Excel/excel-pivot-tables.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Sarah Anderson wrote:
Hi everyone. I hope you can help me out here. Pretty Please. :)

My manager asked me to use Excel to (1) total the YTD income for each
client and to (2) total the YTD commission paid out to each person
earning commission from an ongoing data table that is updated weekly.

Question: What formulas do I use to automatically find the total year
to date (YTD) income comming from clients: Anna, Bobi, and Casy.
Similarly, what formulas do I use to automatically find the total

year
to date (YTD) commission paid to Zack and Yani? Since the income and
commission amount is on a adjacent column, will this be difficult?

Please reply in the ng. Thanks.


The table below contains the income and commission data (updated
weekly):

Table:

A B C
D
1 Client Name Income From Client Commission Paid To
Commission Amount
2 Anna 25 Zack
10
3 Bobi 50 Zack
20
4 Bobi 150 Yani
60
5 Anna 75 Yani
30
6 Casy 300 Zack
120



I need these following results to show up under the table above:

A B
9 YTD Income From Client
10 Anna: 100
11 Bobi: 200
12 Casy: 300


15 YTD Commission Paid
16 Zack: 150
17 Yani: 90


  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 256
Default How to Total YTD Income Per Client and YTD Commission Paid Out From Adjacent Columns?

Hi,

Assuming your data starts at A1,

Client Name Income from Client Commission Paid To Commission Amount
Anna 25 Zack 10
Bobi 50 Zack 20
Bobi 150 Yani 60
Anna 75 Yani 30
Casy 300 Zack 120

List names in column A, and in column B put this formula and copy down
as far as you need to:

Anna =SUMPRODUCT(($A$2:$A$6=A10)*($B$2:$B$6))
Bobi
Casy

Again, list names in column A, and in column B put this formula and copy
down as far as you need to:

Zack =SUMPRODUCT(($C$2:$C$6=A15)*($D$2:$D$6))
Yani

Adjust your ranges accordingly.

Hope this helps!
  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default How to Insert Macros to update Pivot Tables?

On Tue, 18 May 2004 23:55:12 +0200, "Frank Kabel"
wrote:

Hi
have a look at pivot tables. See:
http://www.cpearson.com/excel/pivots.htm


This page (above) shows a macro code that refreshes values in a Pivot
Table. The thing is, I never used an Excel macro before. How do I
insert the code to update my Pivot Table?
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
how do you total columns that are not adjacent Lyn Kolf Excel Worksheet Functions 2 November 21st 09 03:05 PM
Add cells on two adjacent rows but non-adjacent columns Eve Excel Worksheet Functions 14 October 20th 09 02:32 AM
Function returning the total of two adjacent columns CAT Excel Worksheet Functions 3 September 29th 08 06:26 PM
chart: mileage MPG Fuel total paid Nightowl Charts and Charting in Excel 0 March 11th 06 07:06 PM
how do i set uo total income and annual figures in excel? blroses17 New Users to Excel 1 August 20th 05 05:37 AM


All times are GMT +1. The time now is 07:56 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"