+ Reply to Thread
Results 1 to 4 of 4

How to easily populate a row for just one month

Hybrid View

  1. #1
    Registered User
    Join Date
    04-12-2014
    Location
    So. Cal, USA
    MS-Off Ver
    Excel 2010
    Posts
    1

    How to easily populate a row for just one month

    I want to be able to have 12 sheets (for each month respectively) and have it populate one row with all days of that month. I can do it manually, but was wondering if there is a way to automate it. It is a spreadsheet I create every year (a calendar of sorts) for time tracking. I would also like to be able to highlight (i.e. Saturdays).

    This probably will require some VB. (My knowledge of VB is just a smidgeon above nil.)

  2. #2
    Forum Contributor
    Join Date
    06-26-2013
    Location
    LAX
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    363

    Re: How to easily populate a row for just one month

    Hi,

    Something like this will help?

    http://office.microsoft.com/en-us/te...010269598.aspx

  3. #3
    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: How to easily populate a row for just one month

    Hi,

    Before going too far consider whether you really need a sheet for each month. If you are entering original data you'll be better advised to enter all data on a single sheet so that you have a proper database which you can use for subsequent analysis.
    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.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,651

    Re: How to easily populate a row for just one month

    With first sheet named "Jan"

    B1:AF1 is days across

    B1=DATEVALUE(1&"/"&MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)&"/2014")

    (Replace "/2014" with "/"&year(today()) if you wish to apply current year)

    C1=IF(OR(B1="",B1=EOMONTH($B$1,0)),"",B1+1)

    Drag across to AF1

    Right-click on sheet name "Jan", choose Copy to a new sheet. name it "Feb" (and Mar, Apr,...Dec with "mmm" format)

    Condition format for Sat (as file attached)

    Hope this helps!
    Attached Files Attached Files
    Quang PT

+ 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] Help with a system to auto populate month names based on current month
    By rosboy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2012, 05:17 PM
  2. [SOLVED] Auto populate cells from data in a 6 month range starting with the current month
    By ecarnley349 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-21-2012, 07:32 PM
  3. Replies: 0
    Last Post: 12-15-2010, 03:42 PM
  4. Auto Populate at the end of the month
    By t_finn in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-12-2009, 05:42 PM
  5. Populate a column with a month end data
    By Alex Martinez in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-28-2005, 03:05 AM

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