#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ukapadia
 
Posts: n/a
Default gliding price


I would like to analys following:

we store certain numbers of paletts in warehouse every month. W/H rent
is calculated on gliding price terms:
if the value is
Palett numers<730 = 0€
From 731- 800 paletts = 12,25 € per palett
from 801-850 paletts = 11,50 € per palett
from 851-900 palett = 11,00 € per palett

How will I analys in Excel , how much rent I have to pay for additional
paletts. Here please see the attached table.

Kind regards
ukapadia


--
ukapadia
------------------------------------------------------------------------
ukapadia's Profile: http://www.excelforum.com/member.php...o&userid=30789
View this thread: http://www.excelforum.com/showthread...hreadid=504462

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
BenjieLop
 
Posts: n/a
Default gliding price


ukapadia Wrote:
I would like to analys following:

we store certain numbers of paletts in warehouse every month. W/H rent
is calculated on gliding price terms:
if the value is
Palett numers<730 = 0€
From 731- 800 paletts = 12,25 € per palett
from 801-850 paletts = 11,50 € per palett
from 851-900 palett = 11,00 € per palett

How will I analys in Excel , how much rent I have to pay for additional
paletts. Here please see the attached table.

Kind regards
ukapadia


See if this works for you ...

=IF(A1<731,0,IF(A1<801,12.25*A1,IF(A1<851,11.5*A1, 11*A1)))

Regards.


--
BenjieLop


------------------------------------------------------------------------
BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019
View this thread: http://www.excelforum.com/showthread...hreadid=504462

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ukapadia
 
Posts: n/a
Default gliding price


thanks!!!!!


--
ukapadia
------------------------------------------------------------------------
ukapadia's Profile: http://www.excelforum.com/member.php...o&userid=30789
View this thread: http://www.excelforum.com/showthread...hreadid=504462

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ukapadia
 
Posts: n/a
Default gliding price


thanks!!!!!


--
ukapadia
------------------------------------------------------------------------
ukapadia's Profile: http://www.excelforum.com/member.php...o&userid=30789
View this thread: http://www.excelforum.com/showthread...hreadid=504462

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
Need help creating an Excel formla to calculate price before sales tax [email protected] Excel Discussion (Misc queries) 3 December 10th 05 12:00 AM
looking for latest selling price.. Lawrence Excel Worksheet Functions 4 November 12th 05 04:49 PM
create a formula for price * discount* tax =final price anton Excel Discussion (Misc queries) 6 October 12th 05 07:51 PM
Formula for calculating price nander Excel Discussion (Misc queries) 1 August 4th 05 09:19 PM
MSNStockQuote Function Parameters Bobtarrel Excel Worksheet Functions 2 July 17th 05 02:36 PM


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