473,385 Members | 1,329 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Determine Months Left at Current Rate

124 100+
I have been tasked with calculating the months left on a Task Order based on the Funds Remaining and the amount spent. I wrote queries that give me the TO original value, FundsRemaining, the amount spent, and the percentage spent and how many months the money was spent in but I am having trouble extrapolating how many months of funding remain at the current consumption rate.
Dec 9 '15 #1
5 956
Rabbit
12,516 Expert Mod 8TB
The formula to extrapolate how many months you have left is (funds remaining) divided by (funds spent per month)
Dec 9 '15 #2
BikeToWork
124 100+
The problem lies in trying to determine funds spent per month. I have the first and last months that funds were spent on a Task Order (and the difference between the two), but that is not necessarily the same as funds spent per month. For example say TO# 0001 has a difference between first and last months that funds were spent of 14, but drilling down further through the data, it can be seen that the funds were actually only spent on two months during this period.
Dec 9 '15 #3
jforbes
1,107 Expert 1GB
Can you determine the Funds Spent Per Month by dividing the Total Spent by the count of months/transactions?
FundsSpentPerMonth = TotalFundsSpent / Count(Transactions)
Or is this going to give you an erroneous result also?
Dec 9 '15 #4
Rabbit
12,516 Expert Mod 8TB
There's nothing you can do about erratic spending. You can only go by the average spending per month.

If there's a pattern to the spending, then you can use the pattern to predict when the funds will run out. If there's no pattern to the spending, then it's impossible to predict anything, so your only option is to go with average spending.
Dec 9 '15 #5
BikeToWork
124 100+
Yeah, it is kind of a GIGO scenario. Thanks for the advice.
Dec 9 '15 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: ChrisH | last post by:
Does anyone know of a way to determine whether the current computer running a python script is a workstation or server? I've used the following code, but it only tells me the version of Windows....
2
by: cmelnick | last post by:
I need to determine whether the user used the right or left mouse button to click an element on a form. AFAIK, there is no way to determine this from the Click (or DoubleClick) event. I currently...
4
by: lauren quantrell | last post by:
Is there a way to determine if the current Windows user has local admin rights on the client machine, using VBA code? Thanks, lq
3
by: dje | last post by:
How do I determine if the current process is a Web Application or Windows Application? I've tried: System.Diagnostics.Process process=System.Diagnostics.Process.GetCurrentProcess(); but it...
1
by: Paul Steele | last post by:
Is there any way in C#/.NET to determine what the current global cursor is being displayed? The .Net method Cursor.Current only applies to the running application. I want to access the cursor even...
0
by: BDB | last post by:
I need to be able to determine if the current user has the modify access right (delete). This is because when the Configuration.Save() is called (.NET framework 2) the file is *replaced* not...
2
by: theinvisibleGhost | last post by:
I'm trying to work out if theres a way to get the file path of my assembly. That is not the Application path. My assembly is a plugin to another project. I need to know the location of my...
11
by: Dinsdale | last post by:
I am trying to determine what the current cast of an object is. Essentially, if I use GetType, it always returns the original type of the object created but I want to know what the current cast of...
15
karthickkuchanur
by: karthickkuchanur | last post by:
Hai sir, i assigned to calculate the age from current date ,i have the date of birth of employee from that i have to calculate the age dynamically, i refer to google it was confusing...
15
by: nelsonbrodyk | last post by:
Hey All, Just curious, does anyone know if there is a way to check if the current executing thread is the main WPF GUI thread? I want to have it so that a non-threaded remoting call will fail if...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.