+ Reply to Thread
Results 1 to 5 of 5

How to increase cell value by 1 each month?

  1. #1
    Registered User
    Join Date
    11-03-2021
    Location
    Eugene, OR
    MS-Off Ver
    Windows 10
    Posts
    2

    How to increase cell value by 1 each month?

    Hello everyone,
    I am completely challenged when it comes to working with Excel, so any help will be appreciated.

    My issue is the following: I have a column in which each cell has an integer, I need the integers on each cell to increase by 1 at the beginning of the month. For example, cell value is 5 today, on 12/1/21 it should be 6, and so on until the end of times .

    Thanks so much.

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,882

    Re: How to increase cell value by 1 each month?

    Fast answers need visual help. Please read the yellow banner at the top of this page on how to attach a file.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    11-03-2021
    Location
    Eugene, OR
    MS-Off Ver
    Windows 10
    Posts
    2

    Re: How to increase cell value by 1 each month?

    Sorry about that.
    Here is the attachment. It only has three columns, the last one, "Number of months active", is the one in which each of the numbers has to increase by one at the beginning of each month.
    Attached Files Attached Files

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,882

    Re: How to increase cell value by 1 each month?

    Please Login or Register  to view this content.
    How to install your new code
    • Copy the Excel VBA code
    • Select the workbook in which you want to store the Excel VBA code
    • Press Alt+F11 to open the Visual Basic Editor
    • Choose Insert > Module
    • Edit > Paste the macro into the module that appeared
    • Close the VBEditor
    • Save your workbook (Excel 2007+ select a macro-enabled file format, like *.xlsm)


    To run the Excel VBA code:
    • Press Alt-F8 to open the macro list
    • Select a macro in the list
    • Click the Run button

  5. #5
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: How to increase cell value by 1 each month?

    If you had a start Month/or Date it would be Month(Now()-"start Month" OR Month(Now())-Month("Date") - you might have to take into account year ((Year(Now())-Year("Date"))*12)+(Month(Now()-Month("Date")
    If this solves your issue, Mark thread as Solved & Add Reputation.

    Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Presenting increase in spend for 4 drugs- month vs month from 2019 and 2020
    By Jigneshbharati in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 12-05-2020, 08:32 AM
  2. [SOLVED] Increase date by one month to end of month
    By T.Turner in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-12-2020, 07:33 AM
  3. Replies: 8
    Last Post: 07-13-2015, 01:39 PM
  4. Replies: 1
    Last Post: 07-06-2015, 04:43 PM
  5. Month over Month formula to show increase or decrease in rankings for SEO
    By lindsbay in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 03:03 AM
  6. VBA to increase cell entry by a month
    By Gabor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-15-2006, 03:10 PM
  7. increase one month
    By [email protected] in forum Excel General
    Replies: 5
    Last Post: 03-30-2006, 05:35 PM

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