#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default commission

i have two questions that are connected . i want to produce on 4 different
spreadsheets data from one spreadsheet to work out commissions. A consultants
bonus is paid and worked out quarterly.The more fees earnt in a quarter the
higher the bonus. At quarter end the calculation starts again I want one
spreadsheet to capture every sale. So columns one will be "sales date"
,column 2 "revenue", column 3 commission rate, column 4 commission.

Then the other spreadsheets will be quarter periods.So quarter one is
Jan-March, the next spreadsheet is April-June and so

i want to write something in spreadsheet 2 so that it puls from the main
spreadsheets all rows of information that have a sales date 1st Jan-31st
March and then copy the columns.If the date is 1st April ,it sends this
information to Spreadsheet 3 and so on.Then , in the quarter spreadsheets i
can write a if statement to calculate.I am struggling to write something that
copies the data to the correct spreadsheets

i hope that makes sense
--
nick
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default commission

nick,

There are much better ways to do that.

1 Use one sheet, with a fifth column "Quarter". Enter the correct quarter
for every entry. You should also enter which consultant you have - that
way, you won't need a separate workbook for each consultant. Then, when you
want to see a specific quarter, apply filters to your data to show just that
quarter, for that consultants, and use SUBTOTAL functions to total just the
visible cells.

2 Or use a pivot table based on the data and group the data by quarter and
by consultant - Excel can figure out the quarter based on the date, so you
don't even need to use another column.

3 Use SUMPRODUCT functions to figure out the values - a little more
advanced, so we're not going to confuse you....


HTH,
Bernie
MS Excel MVP


"nick thompson" wrote in message
...
i have two questions that are connected . i want to produce on 4 different
spreadsheets data from one spreadsheet to work out commissions. A
consultants
bonus is paid and worked out quarterly.The more fees earnt in a quarter
the
higher the bonus. At quarter end the calculation starts again I want one
spreadsheet to capture every sale. So columns one will be "sales date"
,column 2 "revenue", column 3 commission rate, column 4 commission.

Then the other spreadsheets will be quarter periods.So quarter one is
Jan-March, the next spreadsheet is April-June and so

i want to write something in spreadsheet 2 so that it puls from the main
spreadsheets all rows of information that have a sales date 1st Jan-31st
March and then copy the columns.If the date is 1st April ,it sends this
information to Spreadsheet 3 and so on.Then , in the quarter spreadsheets
i
can write a if statement to calculate.I am struggling to write something
that
copies the data to the correct spreadsheets

i hope that makes sense
--
nick



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
Commission Percentage workjunkie Excel Discussion (Misc queries) 1 December 3rd 08 10:21 PM
Sales Commission Tim Mears Excel Programming 3 May 18th 06 01:23 PM
Sales V commission Carauto Excel Worksheet Functions 2 December 9th 05 01:22 AM
Commission Calculation nospaminlich Excel Worksheet Functions 8 November 1st 05 02:47 PM
calculate commission $ based on total sold and commission percent blondeindenver Excel Programming 1 July 6th 05 02:09 AM


All times are GMT +1. The time now is 08:58 AM.

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

About Us

"It's about Microsoft Excel"