Vicar
Registered User.
- Local time
- Today, 08:42
- Joined
- Aug 9, 2005
- Messages
- 13
Simultaneous multi-discount calculation
Really need help on this one, here is an excel expression:
X Multipliers
$ Value Multiplier
is less than 5 then *3.8
is less than 50 *3.2
is less than 100 *2.8
is less than 200 *2.4
is less than 500 *2
is greater than 500 *1.8
so if price is less then 5 then multiply by 3.8 and so on. In excel it's in a separate worksheet, and other worksheets linked to it and adjust their Sale Price from the Cost column. Someone else created this spreadsheet, and i couldn't find a multiple discount help in access. I tried creating a query
=([PriceBook_OLD].[Cost]<=5)*3.8 Or ([PriceBook_OLD].[Cost]<=50)*3.2 Or ([PriceBook_OLD].[Cost]<=100)*2.8 Or ([PriceBook_OLD].[Cost]<=200)*2.4 Or ([PriceBook_OLD].[Cost]<=500)*2 Or ([PriceBook_OLD].[Cost]>500)*1.8
but it doesn't work. Please help!!!!
Thank you very much
V.
Really need help on this one, here is an excel expression:
X Multipliers
$ Value Multiplier
is less than 5 then *3.8
is less than 50 *3.2
is less than 100 *2.8
is less than 200 *2.4
is less than 500 *2
is greater than 500 *1.8
so if price is less then 5 then multiply by 3.8 and so on. In excel it's in a separate worksheet, and other worksheets linked to it and adjust their Sale Price from the Cost column. Someone else created this spreadsheet, and i couldn't find a multiple discount help in access. I tried creating a query
=([PriceBook_OLD].[Cost]<=5)*3.8 Or ([PriceBook_OLD].[Cost]<=50)*3.2 Or ([PriceBook_OLD].[Cost]<=100)*2.8 Or ([PriceBook_OLD].[Cost]<=200)*2.4 Or ([PriceBook_OLD].[Cost]<=500)*2 Or ([PriceBook_OLD].[Cost]>500)*1.8
but it doesn't work. Please help!!!!
Thank you very much
V.
Last edited: