Hi, I have a complex dashboard that uses box plots, and other statistical formulas to come up with a forecast for how many Call Volumes are coming into the suppport center.
The problem I am having is the fields below point to a 9 month calendar and when we are in the current month, the volume is not complete so averaging previous months with a half month, will throw the forecast off. So I need to put a formula in front of some of these statistical measurements that says something like
If TODAY() is within the Current month, then only average the prior months.
or
If(MONTH(TODAY)=(TODAY(MONTH) "If Today falls within the month number is equal to Today in that month number, average Month numbers prior to this month... something like that. Its a bit easier to talk it out!
IRQ Average
Mean
STDEV
MAX
Q3
Median
Q1
Min
Bottom
2Q Box
3Q Box
Whis -
Whis +
IRQ, K-th, +2
IRQ, K-th, -2
Here is an example of what I have.
I have the future months built out, I need to keep the ZEROs there for other charts etc. to work properly. As you can see the months leading up to August are full complete months, but in August, let's say we are half way through the month, and I only want to average/apply statistics to April - July so I get a more accurate forecast on a monthly volume numbers.
April 15256
May 15896
June 18545
July 17586
August 8956
September 0
October 0
November 0
The problem I am having is the fields below point to a 9 month calendar and when we are in the current month, the volume is not complete so averaging previous months with a half month, will throw the forecast off. So I need to put a formula in front of some of these statistical measurements that says something like
If TODAY() is within the Current month, then only average the prior months.
or
If(MONTH(TODAY)=(TODAY(MONTH) "If Today falls within the month number is equal to Today in that month number, average Month numbers prior to this month... something like that. Its a bit easier to talk it out!
IRQ Average
Mean
STDEV
MAX
Q3
Median
Q1
Min
Bottom
2Q Box
3Q Box
Whis -
Whis +
IRQ, K-th, +2
IRQ, K-th, -2
Here is an example of what I have.
I have the future months built out, I need to keep the ZEROs there for other charts etc. to work properly. As you can see the months leading up to August are full complete months, but in August, let's say we are half way through the month, and I only want to average/apply statistics to April - July so I get a more accurate forecast on a monthly volume numbers.
April 15256
May 15896
June 18545
July 17586
August 8956
September 0
October 0
November 0