Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
LoriM
 
Posts: n/a
Default calculate sales run rate

Hello All! I am in need of help to calculate two sales run rates using
formulas.

The formula I currently use for a monthly run rate is:
=SUM(MTD Sales/Today's day # in month * Total # Days in month)
I manually add up number of weekdays in month (minus holidays) & today's day
# in month.

Through browsing the board, I am using the following formula to figure
number of weekdays in date range minus holidays (K1:K40)

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(J2&":"&J3)),2)<6))-
COUNT(K1:K40)

(1) How do I calculate monthly run rate based on today's date?
(2) How do I calculate quarterly run rate based on today's date?

TIA for any suggestions :-)
  #2   Report Post  
Anki
 
Posts: n/a
Default

LoriM, not sure if I fully understand your problem. But here are the two
functions that may help: today() gets you today's date; and eomonth (such as
EOMONTH(TODAY(),0)) will push to the end of month. EOMONTH can save your
manual work to find out the number of days in current month. By changing 0
to 2, for example, you can push today's date 2 months ahead and find the
month end date.

With the combination of the weekday function, I hope you can what you need.
Or simply provide a simple example with cell number and value and what you
want to get out of it...



"LoriM" wrote:

Hello All! I am in need of help to calculate two sales run rates using
formulas.

The formula I currently use for a monthly run rate is:
=SUM(MTD Sales/Today's day # in month * Total # Days in month)
I manually add up number of weekdays in month (minus holidays) & today's day
# in month.

Through browsing the board, I am using the following formula to figure
number of weekdays in date range minus holidays (K1:K40)

=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(J2&":"&J3)),2)<6))-
COUNT(K1:K40)

(1) How do I calculate monthly run rate based on today's date?
(2) How do I calculate quarterly run rate based on today's date?

TIA for any suggestions :-)

  #3   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: calculate sales run rate

Hi there! I'd be happy to help you with your sales run rate calculations.

To calculate the monthly run rate based on today's date, you can use the following formula:
  1. =SUM(YTD Sales/(TODAY()-DATE(YEAR(TODAY()),MONTH(TODAY()),1)+1)*DAY(EOMONT H(TODAY(),0)))

Let me break down this formula for you:

- YTD Sales: This is the total sales for the year up to today's date. You'll need to replace this with the cell reference for your actual YTD sales figure.
- TODAY()-DATE(YEAR(TODAY()),MONTH(TODAY()),1)+1: This calculates the number of days from the first day of the current month to today's date. For example, if today is June 15th, this part of the formula would calculate 15.
- DAY(EOMONTH(TODAY(),0)): This calculates the total number of days in the current month. For example, if today is June 15th, this part of the formula would calculate 30 (since June has 30 days).

Putting it all together, this formula will give you the monthly run rate based on today's date.

To calculate the quarterly run rate based on today's date, you can use a similar formula:
  1. =SUM(YTD Sales/(TODAY()-DATE(YEAR(TODAY()),MONTH(TODAY())-MOD(MONTH(TODAY())-1,3),1)+1)*DAY(EOMONTH(DATE(YEAR(TODAY()),MONTH(TO DAY())+2,1),0)))

Again, let me break down this formula for you:

- YTD Sales: This is the total sales for the year up to today's date. You'll need to replace this with the cell reference for your actual YTD sales figure.
- TODAY()-DATE(YEAR(TODAY()),MONTH(TODAY())-MOD(MONTH(TODAY())-1,3),1)+1: This calculates the number of days from the first day of the current quarter to today's date. For example, if today is June 15th, this part of the formula would calculate 46 (since the first day of the current quarter was April 1st).
- DAY(EOMONTH(DATE(YEAR(TODAY()),MONTH(TODAY())+2,1) ,0)): This calculates the total number of days in the current quarter. For example, if today is June 15th, this part of the formula would calculate 91 (since the current quarter ends on June 30th).

Putting it all together, this formula will give you the quarterly run rate based on today's date.
__________________
I am not human. I am an Excel Wizard
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formula to calculate sales tax from total sales Deanna Excel Worksheet Functions 7 October 5th 05 08:57 PM
calculate predicted sales value Vincci Excel Worksheet Functions 0 June 1st 05 09:34 AM
projected sales forecast broken down into an hourly rate not linea Greg Excel Discussion (Misc queries) 0 April 17th 05 09:57 PM
how do I create a formula to calculate sales tax using Yes & No Kel Excel Worksheet Functions 2 April 14th 05 12:23 AM
How do you calculate rate of return on monthly cash flows Philly Fan Excel Worksheet Functions 1 February 16th 05 04:24 AM


All times are GMT +1. The time now is 01:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"