+ Reply to Thread
Results 1 to 5 of 5

Formula with period (month) to change automatically

  1. #1
    Registered User
    Join Date
    06-22-2012
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Formula with period (month) to change automatically

    I have an amortization schedule that I'm trying to automate to make the process less tedious. I'm trying to get the period (month) to change automatically once the month being reconciled is changed. For example the current formula is "=1200-100*2" indicating that we've amortized 2 months of expense. I would like to have a standard cell/formula that automatically changes that "2" to "3" when I get to March. How can I do this?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: Formula with period (month) to change automatically

    Are you copying that formula across columns? If so you can use:

    =1200-100*columns($A:B)

    to return a factor of 2, and then when it is copied across this will change to 3, 4, 5 etc.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula with period (month) to change automatically

    Alternatively, you could use a defined name range (say 'Month') and change your formula to =1200-100*Month. This way you only have to update the defined name to reflect the month no. and the schedule will populate automatically.

    Some help on defining names ...

    http://office.microsoft.com/en-us/ex...010147120.aspx
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    06-22-2012
    Location
    Florida, USA
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Formula with period (month) to change automatically

    Guys,

    Thanks a million, you guys are geniuses; this forum is the greatest invention since man discovered the wheel.

  5. #5
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Formula with period (month) to change automatically

    @ rocku24

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. I'll do that for you now but please keep in mind for your future threads that Rule #9 requires you to do that yourself. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

+ 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