+ Reply to Thread
Results 1 to 4 of 4

Turning monthly data into daily

  1. #1
    Registered User
    Join Date
    07-10-2014
    Location
    Zurich
    MS-Off Ver
    2013
    Posts
    4

    Turning monthly data into daily

    Is it possible to turn monthly data into daily? Repeating the same data for four sets of five working days to turn a CPI monthly inflation index into daily data, to turn example 1 into example 2.


    Example 1.

    DATE VALUE
    2008-01-01 212.174
    2008-02-01 212.687
    2008-03-01 213.448
    2008-04-01 213.942
    2008-05-01 215.208



    Example 2:

    2008-01-01 212.174
    2008-01-02 212.174
    2008-01-03 212.174
    2008-01-04 212.174





    Thanks,


    Ciaran

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Turning monthly data into daily

    find the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    07-10-2014
    Location
    Zurich
    MS-Off Ver
    2013
    Posts
    4

    Re: Turning monthly data into daily

    Thanks Siva,

    Is it possible to make the data five days a week?

    Date Var1
    2008-01-01 212.174
    2008-01-02 212.174
    2008-01-03 212.174
    2008-01-04 212.174
    2008-01-05 212.174
    2008-01-08 212.174
    2008-01-09 212.174
    2008-01-10 212.174
    2008-01-11 212.174
    2008-01-12 212.174



    Ciaran

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Turning monthly data into daily

    =IF(C1="","",IF((C1+1)>A$5,"",C1+IF(MOD(ROWS(C$1:C2),5)=1,3,1)))
    Try this formula in C2 and copy towards down

+ 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. Sum daily data on Monthly
    By SDMA in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-02-2013, 07:32 AM
  2. Replies: 3
    Last Post: 10-01-2013, 05:05 AM
  3. Turning Daily Reports into Monthly Reports
    By jambezi in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-19-2009, 05:31 PM
  4. Replies: 1
    Last Post: 07-11-2008, 05:57 AM
  5. Turning Monthly Data into Daily Data
    By Fwaygo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2008, 07:06 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