+ Reply to Thread
Results 1 to 5 of 5

Event Master - Automatic Data filling.

  1. #1
    Registered User
    Join Date
    01-11-2012
    Location
    india
    MS-Off Ver
    MS office 2010
    Posts
    16

    Event Master - Automatic Data filling.

    Dear All,

    i have made a dashboard where i am trying to show upcoming events in a particular month. my data base is ready where i am adding daywise events.

    i need autofilling of events in table (M8:N28) Yellow highlighted area, when i chose particular month. Also i want to highlight the date in calendar if there is any event on that date.

    pls guide. Event Master.xlsx

  2. #2
    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,946

    Re: Event Master - Automatic Data filling.

    1. I would just use a regular dropdown for the month selection, it makes it easier to reference (I used E2 and H2)
    2. Complete the month listing in col R, ou have some months left out, as well as unnecessary gaps
    3. add a helper column to Data base (I used A) to help ID those entries you want to use...
    A3=AND(C3>=DATEVALUE(1&Dashboard!$E$2&Dashboard!$H$2),C3<=EOMONTH(DATEVALUE(1&Dashboard!$E$2&Dashboard!$H$2),0),D3<>"")
    copied down

    Then for the extract in the yellow table...
    M8=IFERROR(INDEX('Data Base'!C:C,SMALL(IF('Data Base'!$A$3:$A$241=TRUE,ROW('Data Base'!$B$3:$B$241)),ROWS($A$1:A1))),"")
    ...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.
    copy down, then copy across as needed.
    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

  3. #3
    Registered User
    Join Date
    01-11-2012
    Location
    india
    MS-Off Ver
    MS office 2010
    Posts
    16

    Re: Event Master - Automatic Data filling.

    Attachment 656851

    Thanks Ford , i did try this. its doesnt work, may be i did mistake. can you please add the same in my excel.

  4. #4
    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,946

    Re: Event Master - Automatic Data filling.

    Here is your original file, with my additions.
    Attached Files Attached Files

  5. #5
    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,946

    Re: Event Master - Automatic Data filling.

    I looked at your 2nd file.

    1. you did not put the dates in regular dropdowns like I suggested, so the helper in Data Sheet wont work.
    2. in the formula in that helper, it seems you added =A3 to my suggestion. That will also cause an error
    3. In the Dashboard sheet, you added =M8 to my formula, ans also did not enter is as an ARRAY formula, as I said it needs to be

+ 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. Event Master - Automatic Event Show up
    By anujteetwal in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-07-2020, 10:29 PM
  2. [SOLVED] Automatic data filling by cell /Column reference
    By anujteetwal in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-31-2019, 05:33 AM
  3. [SOLVED] Automatic filling and sorting of data
    By agrwl.anmol in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 11-14-2019, 05:59 AM
  4. [SOLVED] Automatic data updation from other sheets to master sheet
    By kprabhupaul in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-07-2016, 10:30 AM
  5. Replies: 16
    Last Post: 11-05-2012, 07:16 AM
  6. Replies: 5
    Last Post: 02-06-2012, 09:45 AM
  7. Auto Filling data into a Master Workbook from a number of other sub-workbooks
    By ImranFarook in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-21-2008, 12:50 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