Sales On Par Pace Based on QTD

B21

New Member
Joined
Jun 16, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hello all,
long time lurker here. Im needing a little help calculating a sales pace based on current date within the specific quarter we are currently in.

Currently this is what I am using for Month to Date Pace, but I am struggling to convert this to Quarter to Date.

Book1
ABCD
1MTDGOALToday's DateOn Par Pace
2$2,492.37$4,0006/16/21$2,181.82
3$16,878.05$28,6006/16/21$15,600.00
4$1,854.60$15,0006/16/21$8,181.82
5$10,120.94$14,0006/16/21$7,636.36
Sheet1
Cell Formulas
RangeFormula
D2:D5D2=(B2/NETWORKDAYS(DATE(YEAR(C2),MONTH(C2),1),EOMONTH(C2,0)))*NETWORKDAYS(DATE(YEAR(C2),MONTH(C2),1),C2)
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
See if the following formula works for you:
Excel Formula:
=B2/NETWORKDAYS(DATE(YEAR(C2),CEILING(MONTH(C2),3)-2,1),DATE(YEAR(C2),CEILING(MONTH(C2),3)+1,0))*NETWORKDAYS(DATE(YEAR(C2),CEILING(MONTH(C2),3)-2,1),C2)
 
  • Like
Reactions: B21
Upvote 0
This works perfectly! Thank you so much Tetra201! You absolutely saved the day for me!
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top