+ Reply to Thread
Results 1 to 4 of 4

Roll up data from weekly view to monthly

  1. #1
    Forum Contributor
    Join Date
    02-06-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    191

    Roll up data from weekly view to monthly

    Hi Everyone,

    I have an attached file that represents an actual file of mine.

    In my file, I use a cell in the summary file that lists YYWW. As an example, please adjust it to 1552 and you can see the cells in weekly view adjust.

    Anyways, I'd like to create a monthly view that is also dynamic and knows at which current week we are at based off the cell in the summary file. I would love to get any ideas on how to do this best.

    Thanks!
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Roll up data from weekly view to monthly

    Can you show some samples answers please?

    You could change B2 to this...
    =B3
    Custom Format to MMMM

    Also, to get your yyww value, you could use this, instead of that big formula yopu have...
    B4=--(TEXT(B3,"yy")&TEXT(WEEKNUM(B3)-1,"00"))
    copied across
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    02-06-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    191

    Re: Roll up data from weekly view to monthly

    Ah thank you for that tip!

    I've attached a copy of what the month view would look like. With the proper formula, it would reference the summary tab and know to list all Months and Years up to 1602 which is January 2016.
    Attached Files Attached Files

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Roll up data from weekly view to monthly

    Here is 1 way to do it, using a helper row (which you can hide if needed). I used row 5, you can use whatever you want, just adjust the references as needed.

    B5=IF(B4<=Summary!$A$3,1+'Weekly View'!A5,'Weekly View'!A5)
    copied across. This will create a list of cells to pull in

    Then, wherever you want your answers...
    =iferror(INDEX('Weekly View'!$B7:$BC7,MATCH(COLUMNS('Weekly View'!$A$1:A1),'Weekly View'!$B$5:$BC$5,0)),"")
    copied across and down as needed

+ 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] Horizontal Roll up of Weekly Data to Months
    By Roselaneess in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-29-2016, 09:11 AM
  2. Converting weekly to monthly data and Yearly data to monthly
    By MilicaMatovic in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 01-29-2016, 09:48 AM
  3. Replies: 0
    Last Post: 02-07-2014, 10:34 AM
  4. Macro to roll over monthly data and comments
    By torontogeek in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-25-2013, 03:57 PM
  5. Consolidated Monthly view of weekly cost and labour
    By audiman09 in forum Excel General
    Replies: 3
    Last Post: 02-05-2013, 12:29 AM
  6. Replies: 1
    Last Post: 07-11-2008, 05:57 AM
  7. [SOLVED] how to record macro to roll over monthly data
    By anna in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-01-2006, 12:55 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