+ Reply to Thread
Results 1 to 14 of 14

Using the autofill function but increment by certain number in function

  1. #1
    Registered User
    Join Date
    01-15-2005
    Posts
    3

    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.

  2. #2
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  3. #3
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  4. #4
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  5. #5
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  6. #6
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  7. #7
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  8. #8
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  9. #9
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  10. #10
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  11. #11
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  12. #12
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  13. #13
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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
    >




  14. #14
    Bernie Deitrick
    Guest

    Re: Using the autofill function but increment by certain number in function

    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" <[email protected]> wrote in message
    news:[email protected]...
    >
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1