W
Wayne-I-M
Hi
If you have a simple sum calculation like this
=Sum(IIf([PassType]="Adult" Or ([PassType]="Junior"),1))
and the answer is 123 or 456
how can I add to the calculation to give the multiples of 25
123 = 4 (thats 25 X 4)
456 = 18 (thats 25 X 18)
I can't use a decimal (123=4.92 or 456=18.24) as I need just the whole
number for other "stuff"
It's "quite" important I get this right 1st time as it it a part of the
report that works out the group discounts for ski passes for a whole season -
thats discounts of around Euro 2.7 million - so if I get it wrong it would be
a small problem
Thank you
If you have a simple sum calculation like this
=Sum(IIf([PassType]="Adult" Or ([PassType]="Junior"),1))
and the answer is 123 or 456
how can I add to the calculation to give the multiples of 25
123 = 4 (thats 25 X 4)
456 = 18 (thats 25 X 18)
I can't use a decimal (123=4.92 or 456=18.24) as I need just the whole
number for other "stuff"
It's "quite" important I get this right 1st time as it it a part of the
report that works out the group discounts for ski passes for a whole season -
thats discounts of around Euro 2.7 million - so if I get it wrong it would be
a small problem

Thank you