Hi
I need and average formula that looks at today month and then averages the results accordingly.
My data looks like this:
<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>
You can see from my example, the standard average formula gives me the result based on all 12 months.
I need the formula to follow the following logic:
Calculate Average of data in Column B based on months in column A (January through to current month)
I think I would need to use a combination of Aveage, Match and Index and date
Please help ?
Thank you
I need and average formula that looks at today month and then averages the results accordingly.
My data looks like this:
Month | Revenue | |||
January | $ 15,000.00 | |||
February | $ 37,000.00 | |||
March | $ 22,500.00 | |||
April | $ | |||
May | $ 109,100.00 | |||
June | $ 32,940.00 | |||
July | $ 28,875.00 | |||
August | $ 37,865.00 | |||
September | $ 62,683.33 | |||
October | $ | |||
November | $ | |||
December | $ | |||
Totals | $ 345,963.33 | |||
Averages | $ 28,830.28 |
<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>
You can see from my example, the standard average formula gives me the result based on all 12 months.
I need the formula to follow the following logic:
Calculate Average of data in Column B based on months in column A (January through to current month)
I think I would need to use a combination of Aveage, Match and Index and date
Please help ?
Thank you