DirkRuana
7 years agoQrew Captain
Novice in need of help with rental rate formula
Greetings:
I am a novice that is trying to calculate rental rates with price points based on duration of rentals.
@ four days discount, etc. These individual statements work, but the series does not.
I get an error indicator about random characters at the end of the first line.
If I just use first line, it works great (for rentals of .5 day duration only).
If([Rental Days]=0.5,[Rental Days]*[Rental Item - Daily Rate],0)
If([Rental Days]>=1 or [Rental Days]<=3, [Rental Days]*[Rental Item - Daily Rate],0)
If([Rental Days]>=4 or [Rental Days]<=24, [Rental Days]*[Rental Item - Weekly Rate],0)
If([Rental Days]>=25, [Rental Days]*[Rental Item - Monthly Rate],0)
Any kindly assist would be greatly appreciated.
I am a novice that is trying to calculate rental rates with price points based on duration of rentals.
@ four days discount, etc. These individual statements work, but the series does not.
I get an error indicator about random characters at the end of the first line.
If I just use first line, it works great (for rentals of .5 day duration only).
If([Rental Days]=0.5,[Rental Days]*[Rental Item - Daily Rate],0)
If([Rental Days]>=1 or [Rental Days]<=3, [Rental Days]*[Rental Item - Daily Rate],0)
If([Rental Days]>=4 or [Rental Days]<=24, [Rental Days]*[Rental Item - Weekly Rate],0)
If([Rental Days]>=25, [Rental Days]*[Rental Item - Monthly Rate],0)
Any kindly assist would be greatly appreciated.