+ Reply to Thread
Results 1 to 8 of 8

Transfer weekly columns into daily rows

  1. #1
    Registered User
    Join Date
    12-31-2019
    Location
    Cincinnati, OH
    MS-Off Ver
    Office 365
    Posts
    4

    Transfer weekly columns into daily rows

    The attached cash budget was set up in a weekly format, but I prefer to work with a daily format. How do I get the information on the "2019" tab to pull into the "Daily Cash Flow" tab? I added the "Category" column in the "2019" tab thinking that this could help. So far, I've tried Sumifs and Sumproduct.
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Transfer weekly columns into daily rows

    You could use Hlookups() or possibly even Index match match formulas. My question to you is, you gave us weekly data (revenue etccc.). How do you plan on allocating it to daily?
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Registered User
    Join Date
    12-31-2019
    Location
    Cincinnati, OH
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Transfer weekly columns into daily rows

    I want the budgeted amounts to drop in each Monday on the daily tab. The budgeted amounts will be changed to daily actuals throughout the year.

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

    Re: Transfer weekly columns into daily rows

    Do you want to show the daily amounts as 1/7th of the weekly amounts found? I think that would be easier, in copying a formula down, than to have 6 blank rows and a filled row only where the date is a Monday.

    Your budgeted amounts start on 21st October in column C of the 2019 sheet, but your start date in the daily sheet is 30th October - wouldn't it be better to make these the same?

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    12-31-2019
    Location
    Cincinnati, OH
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Transfer weekly columns into daily rows

    Thank you for your information. This is not my actual budget worksheet, so the dates are not important. I was hoping that someone could just help me with a formula that will do what needs to be done. I am ok with having the daily amounts as 1/7 of the weekly amounts, although I believe this would complicate the matter. My idea was that I would filter out all other days of the week before copying the formula down.

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

    Re: Transfer weekly columns into daily rows

    OK, put this formula in cell A3 of the Daily sheet:

    ='2019'!$C$1

    and this one in A4:

    =A3+1

    Copy this down to A74. Then you can use this formula in B3:

    =IFERROR(SUMIFS(INDEX('2019'!$C:$L,0,MATCH($A3,'2019'!$C$1:$L$1,0)),'2019'!$B:$B,B$2),"")

    Copy this across and down as required.

    Hope this helps.

    Pete

  7. #7
    Registered User
    Join Date
    12-31-2019
    Location
    Cincinnati, OH
    MS-Off Ver
    Office 365
    Posts
    4

    Re: Transfer weekly columns into daily rows

    Thanks so much! That works beautifully!

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

    Re: Transfer weekly columns into daily rows

    You're welcome, and thanks for marking the thread as Solved.

    You might also like to know that you can show your appreciation directly and thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Transfer Daily Data from Daily Staffing Workbooks into a Running Annual Summary Workbook
    By nurseydiamond in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-07-2015, 07:05 PM
  2. [SOLVED] Converting daily data into weekly and making the weekly number a cumulative return
    By Duchess1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-28-2015, 10:23 AM
  3. [SOLVED] Formula to Group analytical data imputed daily into daily weekly and monthly analysis.
    By tianasamour in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-13-2015, 06:10 PM
  4. Replies: 1
    Last Post: 04-13-2015, 04:38 PM
  5. Replies: 5
    Last Post: 01-07-2014, 10:45 AM
  6. Replies: 3
    Last Post: 10-01-2013, 05:05 AM
  7. Advanced help needed. transfer data from weekly to daily schedules
    By kmyers8807 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-26-2012, 01:00 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