Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tmac
 
Posts: n/a
Default Need help calculating formulars


I am trying to create a formular to determine the percentages for bonus
on funds raised comparing to the goal by each individual. Example:
goal was $1700 and $1075 was raised. Goal wasn't met at 100% but 75%
was met.

10% will be bonus if goal was met, 7.5% if 75% of goal is met, and 5%
if 50% of goal is met.

I hope I have explained this well enough. Thanks for all help
received.

tmac


--
tmac
------------------------------------------------------------------------
tmac's Profile: http://www.excelforum.com/member.php...o&userid=33890
View this thread: http://www.excelforum.com/showthread...hreadid=536683

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Need help calculating formulars

Hi!

goal was $1700 and $1075 was raised. Goal wasn't met at 100% but 75%
was met.


1075 is 63.24% of 1700.

So, is there no bonus for up to 49% of goal?

A2 = 1700
B2 = 1075

=IF(AND(ISNUMBER(A2),A20),B2*IF(B2=A2,0.1,IF(B2 =A2*0.75,0.075,IF(B2=A2*0.5,0.05,0))),0)

Biff

"tmac" wrote in message
...

I am trying to create a formular to determine the percentages for bonus
on funds raised comparing to the goal by each individual. Example:
goal was $1700 and $1075 was raised. Goal wasn't met at 100% but 75%
was met.

10% will be bonus if goal was met, 7.5% if 75% of goal is met, and 5%
if 50% of goal is met.

I hope I have explained this well enough. Thanks for all help
received.

tmac


--
tmac
------------------------------------------------------------------------
tmac's Profile:
http://www.excelforum.com/member.php...o&userid=33890
View this thread: http://www.excelforum.com/showthread...hreadid=536683



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tmac
 
Posts: n/a
Default Need help calculating formulars


Thanks a million!

Thanks for correcting my calculation - I was guessing when I typed so I
was wrong!! There was no incentive if they didn't reach 50% of goal.
We actually was leaning toward 100% participation and that didn't
happen.

I am learning on formulars so thanks so much for helping out. Another
question? Once answer is received how can the formular be edited to
have $amount result into correct percentage column?

Goal Reached Incentive 10% 7.5% 5%
B3 C3 D3 E3 F3 G3


--
tmac
------------------------------------------------------------------------
tmac's Profile: http://www.excelforum.com/member.php...o&userid=33890
View this thread: http://www.excelforum.com/showthread...hreadid=536683

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Need help calculating formulars

Hi!

If I understand what you want:

Goal.....Reached.....Incentive.....10%.....7.5%... ..5%
1700......1075..........53.75..................... .............X
1700......1300..........97.50..................... .X............
1700......2000...........200............X......... ...............
1700.......849..............0..................... ...................

Enter this formula in E3 and copy across to G3:

=IF($D30,IF($D3/$C3=E$1,"X",""),"")

Biff

"tmac" wrote in message
...

Thanks a million!

Thanks for correcting my calculation - I was guessing when I typed so I
was wrong!! There was no incentive if they didn't reach 50% of goal.
We actually was leaning toward 100% participation and that didn't
happen.

I am learning on formulars so thanks so much for helping out. Another
question? Once answer is received how can the formular be edited to
have $amount result into correct percentage column?

Goal Reached Incentive 10% 7.5% 5%
B3 C3 D3 E3 F3 G3


--
tmac
------------------------------------------------------------------------
tmac's Profile:
http://www.excelforum.com/member.php...o&userid=33890
View this thread: http://www.excelforum.com/showthread...hreadid=536683



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
calculating time T.K.RAJU via OfficeKB.com Excel Discussion (Misc queries) 3 December 27th 05 12:22 PM
Calculating Cells n% displayed in a cell? Hannibal Excel Worksheet Functions 0 November 2nd 05 02:36 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
AGE CALCULATING EXCEL SPREADSHEETS AND OTHERS! RICHARD Excel Discussion (Misc queries) 0 March 1st 05 01:53 PM


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