+ Reply to Thread
Results 1 to 9 of 9

12 monthly data values to populate a series of 365 days

  1. #1
    Registered User
    Join Date
    01-23-2014
    Location
    Bridges misssse
    MS-Off Ver
    Excel 2007
    Posts
    6

    Lightbulb 12 monthly data values to populate a series of 365 days

    I'd love the help of an excel guru on this! : )

    I have a series of 12 monthly data values:

    1/31/1999 0.155375
    2/28/1999 0.179262
    3/31/1999 0.179392
    4/30/1999 0.178993
    5/31/1999 0.17128
    6/30/1999 0.139678
    7/31/1999 0.15518
    8/31/1999 0.15536
    9/30/1999 0.17732
    10/31/1999 0.117725
    11/30/1999 0.134171
    12/31/1999 0.149113

    and also a series of the 365 days that comprise these 12 months.

    I need to populate each of the 365 days within this period (1/1/1999-12/31/1999) with its corresponding value for the month, i.e. 1/21/1999 (and all days in Jan) will take 0.155375 and 5/4/1999 (and all days in May) will take 0.17128.

    Does anybody know how I should set out my data and which formulas I need to use? I'd be very grateful for your help.

  2. #2
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: 12 monthly data values to populate a series of 365 days

    hello matrix and welcome to the forum Kindly attach a sample book

    to attach go to advance option ----> select paper clip icon OR go to manage attachment
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: 12 monthly data values to populate a series of 365 days

    with those in cols a1:a12 and values in b1:b12
    then say your whole year list is in column a starting a14 to a378
    then b14
    =VLOOKUP(EOMONTH(A14,0),$A$1:$B$12,2,FALSE) filled down
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    01-23-2014
    Location
    Bridges misssse
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: 12 monthly data values to populate a series of 365 days

    Sample book is attached, thanks guys.
    Attached Files Attached Files

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: 12 monthly data values to populate a series of 365 days

    f2 =VLOOKUP(EOMONTH(E2,0),$A$2:$B$13,2,FALSE)

  6. #6
    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,933

    Re: 12 monthly data values to populate a series of 365 days

    If your table with the dates and values in sin A2:B13, and your daily dates are in D2, down, in C2, copied down, use this ARRAY formula...
    =INDEX($B$2:$B$13,MATCH(MONTH(D2),MONTH($A$2:$A$13),0))
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    adjusted for your data...
    =INDEX($B$2:$B$13,MATCH(MONTH(E2),MONTH($A$2:$A$13),0))
    ARRAY entered
    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

  7. #7
    Registered User
    Join Date
    01-23-2014
    Location
    Bridges misssse
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: 12 monthly data values to populate a series of 365 days

    Thank you.

  8. #8
    Forum Contributor
    Join Date
    01-30-2011
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2010
    Posts
    604

    Re: 12 monthly data values to populate a series of 365 days

    Try this..
    Attached Files Attached Files

  9. #9
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: 12 monthly data values to populate a series of 365 days

    On your sheet in F2 and down

    =LOOKUP(MONTH(E2),MONTH($A$2:$A$13),$B$2:$B$13)
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Help to break monthly data into daily for 365 days
    By tutsie in forum Excel General
    Replies: 7
    Last Post: 07-06-2013, 02:01 AM
  2. Replies: 1
    Last Post: 03-08-2013, 04:18 PM
  3. Replies: 0
    Last Post: 08-28-2012, 04:36 PM
  4. Replies: 1
    Last Post: 08-02-2012, 03:58 AM
  5. approach? create daily window into monthly data: autofilter, named rng, series rewrit
    By johntraylor in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-08-2010, 01:34 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