how do i chart a 24 month moving average of sales shipments

J

jahoobob

If your data is in column A, starting at A1, place this formula in B24:
=AVERAGE(A1:A24)
Copy this formula to the remaining cells down column B that have data
in column A
 
L

lostinred

Thank you!

jahoobob said:
If your data is in column A, starting at A1, place this formula in B24:
=AVERAGE(A1:A24)
Copy this formula to the remaining cells down column B that have data
in column A
 
Top