+ Reply to Thread
Results 1 to 2 of 2

Dates and Names to Calendar

  1. #1
    Forum Contributor
    Join Date
    09-04-2013
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    263

    Dates and Names to Calendar

    Looking for a macro that can take a worksheet containing dates and names and create a calendar for each month/year in separate worksheets and place each name in the respective date block. See attached workbook.

    Worksheet "Data" has the dates and names in standard spreadsheet layout, worksheets May 2015 and June 2015 would be automatically created by the macro with the names in the respective boxes. Any ideas? Thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Dates and Names to Calendar

    Arriving one Name is possible with built in worksheet functions like the below...


    In A4 Cell

    =IF(A3<>"",INDEX(Data!$B:$B,MATCH(VALUE(A3&TEXT($A$1,"-mmm-yyyy")),Data!$A:$A,0)),"")


    Copy paste the A4 cell formula to the rest of the cells (sheet cells)


    But arriving multiple matching results is not possible without using VBA


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ 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. convert 360 calendar integers to normal calendar style dates
    By dmhg in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-03-2014, 08:17 PM
  2. Replies: 3
    Last Post: 07-29-2014, 01:20 PM
  3. Replies: 1
    Last Post: 06-14-2014, 02:01 AM
  4. Calendar functions - linking work activities with formatted dates to calendar
    By SKSS in forum Access Programming / VBA / Macros
    Replies: 1
    Last Post: 05-14-2012, 06:38 PM
  5. Replies: 0
    Last Post: 03-27-2008, 04:36 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