Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Need help with calculation

I am trying to create a worksheet that will track payments made on an
account. I do not have the use of EDATE()

GIVEN:

E3 = Payment made each month. 25.00
G3 = Starting Balance 114.90
H3 = Total Pmts made (calculated)
I3 = Current Balance (=G3-H3)
N3 = Due Date: 30 -- Not given as a date value but numeric value, ie
15th, 20th.
Q3 = Start Date 6/30/08 (entered by user)
R3 = Stop Date 10/16/08 -- calculated: Q3+(INT((G3/E3)*30.417)-30.417)

In this example, there are 4 equal pmts of $25, which leaves a 5th and final
payment of $14.90.

Need help calculating H3. Also need help with formula in Stop Date (R3).
Note that the "Due Date" is the 30th, but the "Stop Date" is calculated to be
the 16th of Oct. Need it to also be the 30th.

I appreciate any help with this!

Thanks,
Les
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Need help with calculation

I'll do the easy one, in H3:

=ROUNDUP(G3/E3,0)

--
Gary''s Student - gsnu200820


"WLMPilot" wrote:

I am trying to create a worksheet that will track payments made on an
account. I do not have the use of EDATE()

GIVEN:

E3 = Payment made each month. 25.00
G3 = Starting Balance 114.90
H3 = Total Pmts made (calculated)
I3 = Current Balance (=G3-H3)
N3 = Due Date: 30 -- Not given as a date value but numeric value, ie
15th, 20th.
Q3 = Start Date 6/30/08 (entered by user)
R3 = Stop Date 10/16/08 -- calculated: Q3+(INT((G3/E3)*30.417)-30.417)

In this example, there are 4 equal pmts of $25, which leaves a 5th and final
payment of $14.90.

Need help calculating H3. Also need help with formula in Stop Date (R3).
Note that the "Due Date" is the 30th, but the "Stop Date" is calculated to be
the 16th of Oct. Need it to also be the 30th.

I appreciate any help with this!

Thanks,
Les

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 470
Default Need help with calculation

I guess I did not clarify myself. The "Total Pmts" is a dollar amount and I
guess it should be titled something different, ie "Total Pmts so far". I
also added two more cells below that I left off, J3 & K3.

What I want H3 to show is after the first pmt, H3 = $25, 2nd pmt H3 =
$50......4th Pmt H3 = $100, 5th Pmt H3 = 114.90.

E3 = Payment made each month. 25.00
G3 = Starting Balance 114.90
H3 = Total Pmts made (calculated)
I3 = Current Balance (=G3-H3)
J3 = # of Pmts Made (Calculated -- ROUND((TODAY()-Q3)/30.417,0)
K3 = # of Pmts Remaining (Calculated -- ROUND(G3/E3,0)-J3
N3 = Due Date: 30 -- Not given as a date value but numeric value, ie
15th, 20th.
Q3 = Start Date 6/30/08 (entered by user)
R3 = Stop Date 10/16/08 -- calculated: Q3+(INT((G3/E3)*30.417)-30.417)

Sorry for any confusion and thanks for your help.

Les

"Gary''s Student" wrote:

I'll do the easy one, in H3:

=ROUNDUP(G3/E3,0)

--
Gary''s Student - gsnu200820


"WLMPilot" wrote:

I am trying to create a worksheet that will track payments made on an
account. I do not have the use of EDATE()

GIVEN:

E3 = Payment made each month. 25.00
G3 = Starting Balance 114.90
H3 = Total Pmts made (calculated)
I3 = Current Balance (=G3-H3)
N3 = Due Date: 30 -- Not given as a date value but numeric value, ie
15th, 20th.
Q3 = Start Date 6/30/08 (entered by user)
R3 = Stop Date 10/16/08 -- calculated: Q3+(INT((G3/E3)*30.417)-30.417)

In this example, there are 4 equal pmts of $25, which leaves a 5th and final
payment of $14.90.

Need help calculating H3. Also need help with formula in Stop Date (R3).
Note that the "Due Date" is the 30th, but the "Stop Date" is calculated to be
the 16th of Oct. Need it to also be the 30th.

I appreciate any help with this!

Thanks,
Les

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi threaded calculation (multi CPU) - impact on calculation spe Pascal[_2_] Excel Discussion (Misc queries) 1 December 3rd 08 10:46 AM
calculation Ajay Excel Discussion (Misc queries) 5 March 3rd 07 11:01 PM
What does a $ mean in a calculation, Example =+D9*$E$12*$B$3 mbamap Excel Discussion (Misc queries) 2 January 23rd 07 05:49 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 06:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"