Excel help

Closed
femina Posts 5 Registration date Tuesday 31 July 2012 Status Member Last seen 1 August 2012 - 1 Aug 2012 à 19:43
TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 - 20 Aug 2012 à 10:27
Hello,

I have a sales performance sheet where I always update the sale. There is a column for the overall average sales where I need to update it manually as the days go...,
for example if today's date is 22/07/2012, the average column should be updated the average sales automatically. See below:

If the cell "n32" is the sum of the sale of till 22/07/2012, assume 250; then the cell for average "n33" should be = 250/22. And next day when I update it for 23/07/2012, then the average column automatically updated as ( assume the sale is 265, it should be divided by 23!!!

Please help to solve the problem.
Related:

1 response

TrowaD Posts 2921 Registration date Sunday 12 September 2010 Status Contributor Last seen 27 December 2022 555
20 Aug 2012 à 10:27
Hi Femina,

Use this formula in N33:
=N32/DAY(NOW())

Best regards,
Trowa