function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Steve_DSteve_D 

Calculate Runrate for Monthly Sales

Hello.

 

I'm definitely not an expert in SF and am still learning quite a bit, but do have a solid background in programming and data structures.

 

What I'm trying to acomplish is to create a Report that has the Monthly Sales Figures with both a MTD (Month to Date) and a Runrate Value for the month based on the number of fiscal days left in the month.

 

E.g.

RunRate = (MTD Sales / # of completed fiscal days) * Total # of Fiscal Days in Month

 

Within the report builder there are some neat things that calculate using fiscal time periods, but no functions for time at all.  So then I took a look at Formula fields on the object, but can't seem to find much that references the fiscal calendar in SF.  Of course our fiscal calendar does not match the calendar and we use 4-5-4 fiscal months.

 

Any suggestions for acomplishing this, either within the Report directly or by using a Formula Field?

 

Thanks!

kfennkfenn
Hi Steve,

Did you ever get a response to your question on this or any other Salesforce forum? I noticed you posted this a while ago so I'm curious if you were able to find a solution. I am looking for a similar solution for my company.

Thanks,
Kelsey