Crystal does not have a built in moving average function, so you will have to utilize running total/summaries and then creat a formula field to do the final calculation for your simple MA.
Will you always be dividing by 18 months? If so, then your denominator can be a constant 18, and you will just need to utilize running total fields or summary fields that will create your numerator total for the particular 18 month period you are running the report for. But you will need to create a formula field that divides your final total of the sales for the 18 months by 18.
regards,
mrudolph