Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formula Help Please!

I can get 2/3 of the formula done, but I'm stumped on the middle section.
Any help is greatly appreciated! I'm trying to calculate a benefit amount
based on earnings, as follows:

66.7% of the first $3,000 of monthly earnings
55% of the next $2,500 of monthly earnings
40% of any balance

The maximum result is $3,500.

Thanks to any and all!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Conditional Formula Help Please!

Assuming your monthly earnings is in A2:

=MIN(3500,MAX(0,(A2-5500))*40%+MIN(A2,3000)*66.7%+MIN(2500,MAX(0,A2-3000))*55%)

Note that the 5500 comes from the sum of your first two conditions. You
could of course replace the cutoff points and percentages with cell
references, if desired.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CharlieGirl" wrote:

I can get 2/3 of the formula done, but I'm stumped on the middle section.
Any help is greatly appreciated! I'm trying to calculate a benefit amount
based on earnings, as follows:

66.7% of the first $3,000 of monthly earnings
55% of the next $2,500 of monthly earnings
40% of any balance

The maximum result is $3,500.

Thanks to any and all!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Conditional Formula Help Please!

=MAX(3500,IF(A15500,2001+1375+0.4*(A1-5500),IF(A13000,2001+0.55*(A1-3000),0.667*A1)))

Vaya con Dios,
Chuck, CABGx3




"CharlieGirl" wrote:

I can get 2/3 of the formula done, but I'm stumped on the middle section.
Any help is greatly appreciated! I'm trying to calculate a benefit amount
based on earnings, as follows:

66.7% of the first $3,000 of monthly earnings
55% of the next $2,500 of monthly earnings
40% of any balance

The maximum result is $3,500.

Thanks to any and all!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Conditional Formula Help Please!

Thank you! Exactly what I was hoping for!!

"Luke M" wrote:

Assuming your monthly earnings is in A2:

=MIN(3500,MAX(0,(A2-5500))*40%+MIN(A2,3000)*66.7%+MIN(2500,MAX(0,A2-3000))*55%)

Note that the 5500 comes from the sum of your first two conditions. You
could of course replace the cutoff points and percentages with cell
references, if desired.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"CharlieGirl" wrote:

I can get 2/3 of the formula done, but I'm stumped on the middle section.
Any help is greatly appreciated! I'm trying to calculate a benefit amount
based on earnings, as follows:

66.7% of the first $3,000 of monthly earnings
55% of the next $2,500 of monthly earnings
40% of any balance

The maximum result is $3,500.

Thanks to any and all!

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Conditional Formula Help Please!

Sorry, my bad, shoulda been
=Min(3500,IF(A15500,2001+1375+0.4*(A1-5500),IF(A13000,2001+0.55*(A1-3000),0.667*A1)))

Vaya con Dios,
Chuck, CABGx3




"CLR" wrote:

=MAX(3500,IF(A15500,2001+1375+0.4*(A1-5500),IF(A13000,2001+0.55*(A1-3000),0.667*A1)))

Vaya con Dios,
Chuck, CABGx3




"CharlieGirl" wrote:

I can get 2/3 of the formula done, but I'm stumped on the middle section.
Any help is greatly appreciated! I'm trying to calculate a benefit amount
based on earnings, as follows:

66.7% of the first $3,000 of monthly earnings
55% of the next $2,500 of monthly earnings
40% of any balance

The maximum result is $3,500.

Thanks to any and all!

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
Conditional if formula. Redi Excel Worksheet Functions 9 July 8th 09 09:04 PM
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Formula, Conditional Formula Needed Karl Excel Discussion (Misc queries) 12 June 23rd 07 04:12 AM
Conditional Formula to indicate Formula in cell SteveW New Users to Excel 9 August 2nd 06 01:12 AM
Conditional Formula Jon Excel Worksheet Functions 12 December 25th 05 01:10 PM


All times are GMT +1. The time now is 09:12 PM.

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"