+ Reply to Thread
Results 1 to 4 of 4

How to autopopulate calendar with data from different sheet

  1. #1
    Registered User
    Join Date
    01-18-2016
    Location
    California, USA
    MS-Off Ver
    WINDOWS 2016
    Posts
    36

    How to autopopulate calendar with data from different sheet

    Hello,
    I'm new here and this is my 1st time, so be gentle! I need help with a formula to automatically populate data from Sheet1 onto the respective date on my calendar on Sheet2.

    On Sheet1, Column A, I have group names for some parts I send out.
    Column D is the date they are due to return to my facility.

    SHEET1
    group color code out due
    1730a ja 12/28/15 1/1/16
    1730b ca 12/29/15 1/4/16
    1731a aa 12/30/15 1/5/16
    1731b ea 12/31/15 1/6/16

    SHEET2
    On Sheet2 is my calendar. I am looking for a formula or way to
    have the name of the group on Sheet1 to automatically populate
    in the appropriate date/cell on Sheet2.

    January-16
    FRI 01 1730a
    MON 04 1730b
    TUE 05 1731a
    WED 06 1731b

    I thought it would be an easy IF function but I am having trouble making it work. Any help would be greatly appreciated and thanks in advance!
    Attached Images Attached Images
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: How to autopopulate calendar with data from different sheet

    Welcome to the forum.

    In C8 of Sheet 2, use this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    This looks up the date on Sheet 2 (B8) in the list of dates on Sheet 1 (D2 to D5 - expand it as you need), then returns the matching result from column A on Sheet 1 (A2 to A5 - again, expand it as you need). If there's nothing on that date, it would normally return the error #N/A, so the IFERROR part of the formula instead tells it to return 'nothing due' - change that to whatever you want (putting "" will leave the cell blank).
    A word of warning - if you have multiple items due on the same date, this will only return the first one. It is possible to return them all, but it's quite a bit more complicated - if you need this, get back to us.

    Hope that helps.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  3. #3
    Registered User
    Join Date
    01-18-2016
    Location
    California, USA
    MS-Off Ver
    WINDOWS 2016
    Posts
    36

    Re: How to autopopulate calendar with data from different sheet

    Oh my goodness Aardigspook! You are my hero!!! That worked perfectly, thank you so much!

  4. #4
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: How to autopopulate calendar with data from different sheet

    You're welcome, thanks for the feedback

+ 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. Autopopulate second sheet with data from first??
    By sissyboot in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-24-2015, 03:46 PM
  2. Autopopulate one sheet from data of other sheet based on a criteria
    By Gaillee in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-16-2014, 09:21 AM
  3. [SOLVED] IFERROR autopopulate code isn't bringing the right text from list tab to calendar tab
    By nkicroft in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2014, 02:43 PM
  4. [SOLVED] How to autopopulate columns on one sheet from a data range on another.
    By NUKLEAR-SLUG in forum Excel General
    Replies: 7
    Last Post: 07-01-2014, 10:52 AM
  5. [SOLVED] Commission Sheet - Autopopulate based on Date from Data Sheet
    By noobasaurus in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 03-28-2014, 01:08 PM
  6. [SOLVED] VBA to Auto Populate the “AutoPopulate” sheet as data is being entered in EnterData sheet
    By bjnockle in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-13-2014, 09:10 AM
  7. Autopopulate other data sheets from a master sheet
    By lorinda in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-20-2013, 04:04 PM

Tags for this Thread

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