Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default How do I have a value appear when I reach a specific level?

I am making a spreadsheet for sales commission, and when a salesperson
reaches their sales target, I want to add in a bonus at that point and only
at that point.

For example, if they sell $1,000,000 worth of products, have the $5000 bonus
added to that paycheck at that point in time. Is there a way to structure a
formula to do this?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default How do I have a value appear when I reach a specific level?

Drew, Try this,

=If(TotalSales1000000, Pay+5000,Pay)

Rick


"Drew" wrote in message
...
I am making a spreadsheet for sales commission, and when a salesperson
reaches their sales target, I want to add in a bonus at that point and

only
at that point.

For example, if they sell $1,000,000 worth of products, have the $5000

bonus
added to that paycheck at that point in time. Is there a way to structure

a
formula to do this?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default How do I have a value appear when I reach a specific level?

Rick,
I believe I need to rephrase the question a little better. I have the sales
commission for the entire fiscal year and would like this bonus to appear as
a blip in the month in which the sales goal was reached. I realize that the
formula you gave would obviously give the proper total pay, but I'm looking
for a single entry in one cell beside the sales contract at which time they
exceeded the sales goal, not a modification to the total pay.
Thanks!
Drew
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default How do I have a value appear when I reach a specific level?

Drew, I take you have a column of monthly or yeraly sale results. So if the
total of month or yearly sales excedes the target value, the sale person
recieve the bonus. So for example if sale results are column E3 thru E25,
the formula for single cell could be E1= If(sum(E3:E25)1000000,
5000,"-")... I hope this what your lookin' for...

enjoy, Rick



"Drew" wrote in message
...
Rick,
I believe I need to rephrase the question a little better. I have the

sales
commission for the entire fiscal year and would like this bonus to appear

as
a blip in the month in which the sales goal was reached. I realize that

the
formula you gave would obviously give the proper total pay, but I'm

looking
for a single entry in one cell beside the sales contract at which time

they
exceeded the sales goal, not a modification to the total pay.
Thanks!
Drew



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
sum cells to reach a specific value and return corresponding value belladelly Excel Worksheet Functions 0 December 15th 09 01:02 AM
How do I calculate the date an employee will reach a specific age? ruth4074 Excel Worksheet Functions 1 October 22nd 07 12:02 PM
How to call a specific function in the form level Taurus Excel Programming 1 October 25th 05 11:48 PM
How to use FV function to find a payment to reach a specific goal Duke20 Excel Worksheet Functions 2 October 9th 05 12:43 AM
Why, when I create workbook-level name does it jump it to Sheet-level ? Charles Jordan Excel Programming 1 November 5th 03 08:43 PM


All times are GMT +1. The time now is 03:24 PM.

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"