+ Reply to Thread
Results 1 to 5 of 5

Date Increment by one month

  1. #1
    Registered User
    Join Date
    08-09-2013
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Cool Date Increment by one month

    Hi,

    I'm using Excel 2007 and I'm trying to develop a workbook to track employee stats based on our fiscal year which runs from Nov to Oct each year. I have monthly worksheets to track stats by month and a worksheet for year to date stats as well I have individual worksheets for each employee

    The issue I'm having is as follows:

    1. on the employee stat worksheet I have various cells that need draw info from cells in the current month worksheet to populate. Is there anyway to do this without manually changing or doing find/replace

    Thanks

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Date Increment by one month

    Hi,

    Not sure on your exact layout, an example workbook would help, but try the INDIRECT() function and reference a cell that contains the current month name.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Date Increment by one month

    If you could attach a workbook sample, we could help you a bit more.

    I would go with SUMPRODUCT or Index-Match, depending on the nature of the information.

    If it's all numbers and you're matching a single statistic, SumProduct would work fine.


    =SUMPRODUCT((range=reference)*(rangeofdata))

    This would be something like:

    =SUMPRODUCT((Sheet2!a1:a999=d10)*(Sheet2!b1:b999=e10)*(Sheet2!c1:c999))

    This would pull the sum of data in Column C, where A matched the date and B matched the item.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Date Increment by one month

    Add all data on 1 sheet (e.g. with VBA) and then use (e.g. pivot table) to get your information.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  5. #5
    Registered User
    Join Date
    08-09-2013
    Location
    Edmonton, Canada
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Date Increment by one month

    Thanks for the options I will try them to see which one works best!

+ 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. Replies: 2
    Last Post: 03-17-2013, 03:57 AM
  2. Replies: 1
    Last Post: 12-15-2011, 05:32 AM
  3. Increment month for Date type
    By gtmeloney in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-18-2009, 02:52 PM
  4. how do i do this - increment month by 1
    By GeneralNuisance@Rme.net in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-30-2006, 06:45 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