djpingpong
Programmer
- Jul 6, 2004
- 70
Hi,
I have a problem which may be a bit too complex for me to handle in Excel. I'm usually pretty good, so for me to ask for help means this should be a challenging question
Let's begin....
Current Situation:
/*SAMPLE SPREADSHEET*/
DATE: PAYMENT: MonthElapsed
2007/1/1 $100 2
2007/3/1 $150 1
2007/4/1 $100 7
2007/11/1 $200 2
I keep a master spreadsheet at work keeping track of payments made by our clients. The client were billed monthly and the old way is pretty straight-forward... they pay an amount of the 1st of a month and if the rate changes for another month, I would create a record to indicate the rate change with the months elapsed between records
By looking at my example, you can see that the payment for ClientX changed 4 times in 2007. The annual total is done by [$100 x 2mths] + [$150 x 1mth] + [$100 x 7mths] + [$200 x 2mths] = $1450 GRAND TOTAL for 2007... easy, right?
Well.. now we have a new client which is causing me a pain in my ass....
New Situation:
Our one client (and prob. more clients in the future) is being billed once.. MAYBE twice... per month. Our billing dates are no longer just the 1st, it's the 16th also. Before you start asking "why?", the reason is because some of the clients were paying on-time each month, so we wanted to ensure that we make them pay more frequently at smaller amounts. Hence, my new spreadsheet looks like the following
/*SAMPLE SPREADSHEET*/
DATE: PAYMENT:
2007/1/1 $50
2007/3/16 $70
2007/4/1 $50
2007/6/16 $30
2007/8/16 $40
2007/10/1 $50
2007/11/16 $100
Because the payments are doubled now, I can no longer use my "months elapsed" field. The manual method to calculate the total would be: [$50 x 5paymts] + [$70 x 1paymt] + [$50 x 5paymts] + [$30 x 4paymts] + [$40 x 3paymts] + [$50 x 3paymts] + [$100 x 3paymts] = $1260 GRAND TOTAL for 2007
I hope you follow my NEW situation... because my obvious question is "NOW WHAT DO I DO?" I'm not limited to just having to use 3 columns in excel... I can hold "temp" values as much as I need to... but there's too much logic for me to figure out the # of payments between the 2 payment records
Can anyone help? I'd love it if you can provide a sample spreadsheet with the formulas... but I won't ask anyone to do the work for me.... just a simple guidance in the proper direction or any method suggestions, I AM ALL EARS!!!
NOTE: Just an FYI... this is just part one of my problems... not only do I have to keep an annual total, I would also need an OVERALL TOTAL because the data spans over many years... but that's a problem for another day... let's handle one thing at a time
thank you all for reading this question,
cheers
I have a problem which may be a bit too complex for me to handle in Excel. I'm usually pretty good, so for me to ask for help means this should be a challenging question
Let's begin....
Current Situation:
/*SAMPLE SPREADSHEET*/
DATE: PAYMENT: MonthElapsed
2007/1/1 $100 2
2007/3/1 $150 1
2007/4/1 $100 7
2007/11/1 $200 2
I keep a master spreadsheet at work keeping track of payments made by our clients. The client were billed monthly and the old way is pretty straight-forward... they pay an amount of the 1st of a month and if the rate changes for another month, I would create a record to indicate the rate change with the months elapsed between records
By looking at my example, you can see that the payment for ClientX changed 4 times in 2007. The annual total is done by [$100 x 2mths] + [$150 x 1mth] + [$100 x 7mths] + [$200 x 2mths] = $1450 GRAND TOTAL for 2007... easy, right?
Well.. now we have a new client which is causing me a pain in my ass....
New Situation:
Our one client (and prob. more clients in the future) is being billed once.. MAYBE twice... per month. Our billing dates are no longer just the 1st, it's the 16th also. Before you start asking "why?", the reason is because some of the clients were paying on-time each month, so we wanted to ensure that we make them pay more frequently at smaller amounts. Hence, my new spreadsheet looks like the following
/*SAMPLE SPREADSHEET*/
DATE: PAYMENT:
2007/1/1 $50
2007/3/16 $70
2007/4/1 $50
2007/6/16 $30
2007/8/16 $40
2007/10/1 $50
2007/11/16 $100
Because the payments are doubled now, I can no longer use my "months elapsed" field. The manual method to calculate the total would be: [$50 x 5paymts] + [$70 x 1paymt] + [$50 x 5paymts] + [$30 x 4paymts] + [$40 x 3paymts] + [$50 x 3paymts] + [$100 x 3paymts] = $1260 GRAND TOTAL for 2007
I hope you follow my NEW situation... because my obvious question is "NOW WHAT DO I DO?" I'm not limited to just having to use 3 columns in excel... I can hold "temp" values as much as I need to... but there's too much logic for me to figure out the # of payments between the 2 payment records
Can anyone help? I'd love it if you can provide a sample spreadsheet with the formulas... but I won't ask anyone to do the work for me.... just a simple guidance in the proper direction or any method suggestions, I AM ALL EARS!!!
NOTE: Just an FYI... this is just part one of my problems... not only do I have to keep an annual total, I would also need an OVERALL TOTAL because the data spans over many years... but that's a problem for another day... let's handle one thing at a time
thank you all for reading this question,
cheers