+ Reply to Thread
Results 1 to 12 of 12

Transferring data sets into an excel calendar

  1. #1
    Registered User
    Join Date
    08-26-2021
    Location
    England
    MS-Off Ver
    365
    Posts
    3

    Transferring data sets into an excel calendar

    Hi, really hoping someone can help!! I have spent hours trawling the net to try and find an answer to this! I have a calendar set up in excel and I am wanting to transfer a lot of data into this. The data will be in list form and could be amended. For this reason I don't want to manually type each element in to the corresponding date as it may change so would instead want to update the data table. I would also like eventually to be able to apply filters (or slices) to the document to make it more user friendly. In essence i guess i am wanting to create a dashbaord but in calendar format - hope that makes sense!! if you got this far thank you for reading!!!

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,890

    Re: Transferring data sets into an excel calendar

    Welcome to the forum.

    There are hundreds of threads on this sort of thing here already, but every project is slightly different, so there are instructions at the top of the page explaining how to attach your sample workbook.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    08-26-2021
    Location
    England
    MS-Off Ver
    365
    Posts
    3

    Re: Transferring data sets into an excel calendar

    Thank you for your reply.

    I have attached a sample doc with the calendar template on one sheet then a list of bogus dates on the second sheet. I am wanting to populate the specific dates listed with this information initially.

    Thank you
    Attached Files Attached Files

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,890

    Re: Transferring data sets into an excel calendar

    In B5:

    =IFNA(INDEX(Sheet1!$A$2:$A$7,MATCH(Calendar!B4,Sheet1!$B$2:$B$7,0)),"")

    Drag copy across to H5, then select B5:H5, copy and paste to the other cell ranges.

  5. #5
    Registered User
    Join Date
    08-26-2021
    Location
    England
    MS-Off Ver
    365
    Posts
    3

    Re: Transferring data sets into an excel calendar

    Fab that is brilliant thank you. If i was to add more data would it add those to the relevant date boxes as well?

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: Transferring data sets into an excel calendar

    If I understand the request then:
    1. Convert the range on Sheet1 into a table
    2. Convert references to the column ranges in Sheet1 in AliGW's formula into structured references: =IFNA(INDEX(Table1[[Cohort Name]:[Cohort Name]],MATCH(Calendar!B4,Table1[[Start Date]:[Start Date]],0)),"")
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

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

    Re: Transferring data sets into an excel calendar

    The sample file is a bit simplistic, in that there is only one row under each date row on the Calendar sheet to record the task. If there are 2 or more tasks possible on a single day then you will need something a bit more complex.

    Another drawback with the sample is that you show only a single date for each task, although the column heading is Start Date, which implies that the task might cover a range of dates and so you would have an End Date column as well, and presumably you would want to show that particular task on the calendar for every date of the date range.

    You might also want to categorise the data in some way, e.g. to have a Department code and the ability to show only the data for one Department (or all departments) on the calendar.

    Let me know if you want to pursue this further.

    Hope this helps.

    Pete

  8. #8
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Transferring data sets into an excel calendar

    you may use this formula.

    B13
    Please Login or Register  to view this content.
    Regards.

  9. #9
    Registered User
    Join Date
    09-01-2021
    Location
    Portugal
    MS-Off Ver
    Professional Plus 2019
    Posts
    6

    Re: Transferring data sets into an excel calendar

    I placed that formula in B13 in the calendar and it just says #name? can someone help?

  10. #10
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: Transferring data sets into an excel calendar

    Not sure why you should get the #NAME! error as TEXTJOIN is supported in the 2019 version of Excel.
    On the other hand you might be getting a #VALUE error unless you activate the formula by pressing the Ctrl, Shift and Enter keys while the formula is in the edit mode.
    As to "can someone help" I attempted to help in post #6 but got no feedback.
    Let us know if you have any questions.

  11. #11
    Forum Expert torachan's Avatar
    Join Date
    12-27-2012
    Location
    market harborough, england
    MS-Off Ver
    Excel 2010
    Posts
    4,304

    Re: Transferring data sets into an excel calendar

    The attached may be of interest - there are no on-sheet formula to maintain or corrupt.
    Simply double-click on any of the eight rows of any day - pop-up form appears to enter data - if day is blank form allows 'ADD' - if data present form allows 'UPDATE' or 'DELETE'.
    On the 'defaults' page add 'date' + 'event' - then on 'Diary' page press 'Update' this stores your listing and clears it for further enteries (note; this is a table and should expand/contract when data is entered/removed.
    For dates further in the future use the 'Calendar' (quicker than pressing 'Next' for months ahead).
    Do not type in cell as they will not be stored or saved - Always double-click for pop-up form.
    Attached Files Attached Files
    Torachan,

    Mission statement; Promote the use of Tables, Outlaw the use of 'merged cells' and 'RowSource'.

  12. #12
    Forum Expert
    Join Date
    09-30-2019
    Location
    Chiangmai, Thailand
    MS-Off Ver
    Office 2016, Excel 2019
    Posts
    1,234

    Re: Transferring data sets into an excel calendar

    Please verify the name of TEXTJOIN function in your excel language version, it maybe use different words.

    Regards.

+ 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. Need to populate a calendar with two sets of data.
    By ali19a in forum Excel General
    Replies: 9
    Last Post: 04-04-2021, 09:10 PM
  2. Need help transferring data into Excel
    By SemperFiDevilDog in forum Excel General
    Replies: 2
    Last Post: 07-16-2020, 03:02 AM
  3. Make Calendar Showing Two Sets of Daily Data
    By mkoski in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-01-2018, 06:39 PM
  4. Replies: 0
    Last Post: 08-27-2015, 11:37 PM
  5. Excel Help Transferring Raw Data
    By eugenemarini in forum Excel General
    Replies: 1
    Last Post: 05-10-2011, 11:11 PM
  6. Excel 2007 : Adding 2 sets of data to a single calendar
    By cactusrmt in forum Excel General
    Replies: 0
    Last Post: 01-13-2011, 11:47 AM
  7. Transferring Data Sets Between Worksheets
    By eichstadt28 in forum Excel General
    Replies: 3
    Last Post: 04-14-2009, 12:16 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