Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rishid
 
Posts: n/a
Default Using the autofill function but increment by certain number in function


Hi,
I am using the cumulative payment function
CUMPRINC(rate,nper,pv,start_period,end_period,type )

I cannot figure out how to beable to use the autofill by dragging down
and increment the 1,12 numbers by 12 each time, so each cell is total
towards payment each year

For instance
=-(CUMPRINC(D$42/12,D$43*12,D$41,1,12,0))
=-(CUMPRINC(D$42/12,D$43*12,D$41,13,24,0))
=-(CUMPRINC(D$42/12,D$43*12,D$41,25,36,0))
And so on....


Thanks.


--
rishid
------------------------------------------------------------------------
rishid's Profile: http://www.excelforum.com/member.php...o&userid=18486
View this thread: http://www.excelforum.com/showthread...hreadid=387265

  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Entered into cell G3, for example:

=-(CUMPRINC(D$42/12,D$43*12,D$41,1+(ROW()-ROW($G$3))*12,(ROW()-ROW($G$2))*12,0))

Note that you need to change the $G$3 to the cell address where the formula is entered, and the $G$2
to the cell above that cell.

HTH,
Bernie
MS Excel MVP


"rishid" wrote in message
...

Hi,
I am using the cumulative payment function
CUMPRINC(rate,nper,pv,start_period,end_period,type )

I cannot figure out how to beable to use the autofill by dragging down
and increment the 1,12 numbers by 12 each time, so each cell is total
towards payment each year

For instance
=-(CUMPRINC(D$42/12,D$43*12,D$41,1,12,0))
=-(CUMPRINC(D$42/12,D$43*12,D$41,13,24,0))
=-(CUMPRINC(D$42/12,D$43*12,D$41,25,36,0))
And so on....


Thanks.


--
rishid
------------------------------------------------------------------------
rishid's Profile: http://www.excelforum.com/member.php...o&userid=18486
View this thread: http://www.excelforum.com/showthread...hreadid=387265



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
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Relative reference autofill increment other than +1 SteveB Excel Discussion (Misc queries) 3 June 14th 05 07:40 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM


All times are GMT +1. The time now is 08:37 PM.

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"