Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Tiered Pricing Calculations

On Tue, 12 Aug 2008 07:31:01 -0700, Siper1
wrote:

Thanks for taking the time to teach me how to drive! .. sorry for being such
a neophite.


We were all neophytes at one time or another.

What did you eventually decide on?
--ron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Tiered Pricing Calculations

My solution if the units sold are in A1 is the following array:

=SUMPRODUCT(--(A1{0,50000,500000}),A1-{0,50000,500000},{.5,-.1,-.05})


*** Sent via Developersdex http://www.developersdex.com ***
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Tiered Pricing Calculations

Well, I apologize. I mean, if your prices are still:
1-50000 = $1
50001-150000 = .75
150k+ = .5

...then the formula should read:

=SUMPRODUCT(--(A1{0,50000,500000}),A1-{0,50000,500000},{1,-.25,-.25})

Sorry for the error above. The last { } shows the differential as you go
through the tiers.
===============
"Actually, I *am* a rocket scientist."

*** Sent via Developersdex http://www.developersdex.com ***
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
Urgent - Tiered Pricing VBA Jeff Excel Discussion (Misc queries) 1 May 27th 09 01:06 AM
Urgent - Tiered Pricing Jeff Excel Discussion (Misc queries) 4 May 26th 09 07:37 PM
Tiered Pricing Bernard Liengme Excel Programming 0 January 9th 07 08:13 PM
IF then statements-Tiered PRicing Jackiec21 Excel Worksheet Functions 16 October 9th 06 11:27 PM
Tiered Pay Scale Calculations AZapata Excel Discussion (Misc queries) 3 December 9th 04 02:26 PM


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