R
rjm65
I need to calculate a monthly average based on the previous 12 month
amounts of quantities received.
My data is entered in 3 columns, Column A has the date, Column B ha
the Quantity Received, and Column C has the Average.
Every time a shipment arrives the data is entered in it's own row
There are some months when we may receive multiple shipments, and othe
months when no shipments will arrive. I currently derive the average b
subtracting the newest entry in Column A (the date of the lates
shipment) from the firt entry made in Column A, divide by 30 and tha
gives me total months, which I can then divide the sum of column B b
for my monthly aveage.
This works for now because we only have a couple months worth of data
but eventually would like for it to only use the previous 12 month
data for working out the average.
Given the way the data is being entered, is there someway that I ca
have Column C only "look back" 12 months for calculating the average?
Thanks in advance,
Raymon
amounts of quantities received.
My data is entered in 3 columns, Column A has the date, Column B ha
the Quantity Received, and Column C has the Average.
Every time a shipment arrives the data is entered in it's own row
There are some months when we may receive multiple shipments, and othe
months when no shipments will arrive. I currently derive the average b
subtracting the newest entry in Column A (the date of the lates
shipment) from the firt entry made in Column A, divide by 30 and tha
gives me total months, which I can then divide the sum of column B b
for my monthly aveage.
This works for now because we only have a couple months worth of data
but eventually would like for it to only use the previous 12 month
data for working out the average.
Given the way the data is being entered, is there someway that I ca
have Column C only "look back" 12 months for calculating the average?
Thanks in advance,
Raymon