Forum Discussion
DirkRuana
7 years agoQrew Captain
Dan:
Excellent. I really appreciate you taking the time.
I think I need to use the ranges indicated below for correct pricing. Is my use of "AND" correct?
[Rental Days]
*
If(
[Rental Days] =.5, [Rental Item - Daily Rate],
[Rental Days] >=1 AND <= 3, [Rental Item - Daily Rate],
[Rental Days] >=4 AND <= 24, [Rental Item - Weekly Rate],
[Rental Days] >24,[Rental Item - Monthly Rate]
)
Excellent. I really appreciate you taking the time.
I think I need to use the ranges indicated below for correct pricing. Is my use of "AND" correct?
[Rental Days]
*
If(
[Rental Days] =.5, [Rental Item - Daily Rate],
[Rental Days] >=1 AND <= 3, [Rental Item - Daily Rate],
[Rental Days] >=4 AND <= 24, [Rental Item - Weekly Rate],
[Rental Days] >24,[Rental Item - Monthly Rate]
)