+ Reply to Thread
Results 1 to 7 of 7

Interactive Calendar within the same workbook between two work sheets.

Hybrid View

  1. #1
    Registered User
    Join Date
    01-21-2015
    Location
    America
    MS-Off Ver
    7
    Posts
    3

    Lightbulb Interactive Calendar within the same workbook between two work sheets.

    I want to auto populate data from a cell from worksheet 1 to a similar cell in worksheet 2 relative to the DATE I type into worksheet 1. Basically I have a work schedule excel sheet that I input customer data into for installations. I then would like the data to auto populate the calendar in work sheet 2 according to the date.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    12-28-2014
    Location
    NSW, Australia
    MS-Off Ver
    MS365
    Posts
    606

    Re: Interactive Calendar within the same workbook between two work sheets.

    Hi Curlymojo, I think this will work for you:-
    =IFERROR(VLOOKUP(A2,Sheet1!$A:$B,2,FALSE),"")
    I helped someone else with a calendar the other day so I'll post it as well just incase it might help out.
    The heading has a drop-down to choose the month and auto arranges the dates in the calendar to match the days.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-21-2015
    Location
    America
    MS-Off Ver
    7
    Posts
    3

    Re: Interactive Calendar within the same workbook between two work sheets.

    Hey Beamernsw. That did the trick. I figured out where you were starting the date out. One last question. Why the code =IFERROR(IF(MONTH(G11+1)=MONTH(G11),G11+1,""),"")
    on the bottom of the month cells. And Why all on the bottom cells.

  4. #4
    Valued Forum Contributor
    Join Date
    12-28-2014
    Location
    NSW, Australia
    MS-Off Ver
    MS365
    Posts
    606

    Re: Interactive Calendar within the same workbook between two work sheets.

    It looks to see if the next date (G11+1) is in the same month, if it is add 1 day (e.g. 29th +1 = 30th), if adding a day advances the date to the 1st of the next month (e.g. 31st + 1 = 1st) leave it blank.
    If it is the next month and therefore blank, the next cell would've created an error when it tried to add a day hence the iferror part.
    As for why that formula is only on the bottom 2 rows... that's the only place where cells could advanced to the next month.

  5. #5
    Registered User
    Join Date
    01-21-2015
    Location
    America
    MS-Off Ver
    7
    Posts
    3

    Thumbs up Re: Interactive Calendar within the same workbook between two work sheets.

    That makes since. You have been a huge help. In a couple of days I am going to implement this to my workbook. If I have any more questions can I persuade you to assist me once again. probably with simple stuff as I am an armature in this field. I promise to keep it quick.

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

    Re: Interactive Calendar within the same workbook between two work sheets.

    Here's another calendar, which can list up to 7 activities per day. Just add your dates and events to the Activities sheet in any order, then select the month and year using the drop-downs in cells K3 and K4.

    Hope this helps.

    Pete
    Attached Files Attached Files

  7. #7
    Valued Forum Contributor
    Join Date
    12-28-2014
    Location
    NSW, Australia
    MS-Off Ver
    MS365
    Posts
    606

    Re: Interactive Calendar within the same workbook between two work sheets.

    Sure thing, glad to help when I can.
    I've been contributing to excel forums for a few months now and I can easily say I've learned about 4 or 5 times more then I knew before coming here. And I still have much much more to learn.
    Doing is the best way to learn :D

+ 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. Interactive Calendar
    By slate777 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-18-2014, 05:00 PM
  2. Interactive Calendar
    By matt.pickard in forum Excel General
    Replies: 0
    Last Post: 11-04-2011, 11:18 AM
  3. Interactive editing among sheets in a workbook
    By srdawson83 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2008, 10:45 AM
  4. Interactive 3 month Calendar
    By TPD in forum Excel General
    Replies: 9
    Last Post: 02-16-2007, 05:20 PM
  5. [SOLVED] How do I use an Excel interactive calendar?
    By Kbitka in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-12-2006, 10:35 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