Re: Current Run Rate
- From: "Tyro" <Tyro@xxxxxxxxxxx>
- Date: Thu, 07 Feb 2008 01:42:43 GMT
If you have a version of Excel 2007 and have the Analysis Toolpack installed
or have Excel 2007, to determine the number of days in the current month you
can use:
=EOMONTH(TODAY(),0)-EOMONTH(EDATE(TODAY(),-1),0)
So if your $5000 is in A1 and your 3 is in A2 in A3 put:
=A1/A2*(EOMONTH(TODAY(),0)-EOMONTH(EDATE(TODAY(),-1),0)) to calculate
$48333.33 for February.
Tyro
"Coley" <Coley@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:55C11C4C-72CB-4446-8B57-16DCE919295C@xxxxxxxxxxxxxxxx
I am trying to calculate the current sales rate. If I have $5000 in sales
after 3 days ($1666.67/day) I want to show $48333.33 for the current
monthly
rate (Feb 29th).
.
- Follow-Ups:
- Re: Current Run Rate
- From: T. Valko
- Re: Current Run Rate
- From: Tyro
- Re: Current Run Rate
- Prev by Date: Re: Data Validation
- Next by Date: Re: Current Run Rate
- Previous by thread: Re: Calculating Dates
- Next by thread: Re: Current Run Rate
- Index(es):