So I'm trying to build an excel spreadsheet that I can distribute to other schools that will allow for the following functions,
Essentially, they will use the first tab to add rows and create their schedule, which then will generate a CSV sheet on tab 3 that they can import into excel or Gmail thus creating their calendar reminders, but I need some help with the below. (also see attachment)
Essentially, they will use the first tab to add rows and create their schedule, which then will generate a CSV sheet on tab 3 that they can import into excel or Gmail thus creating their calendar reminders, but I need some help with the below. (also see attachment)
- TAB 1 (SELECTION)
- Individuals will select a to and from date they want to build the calendar. (Need help with a drop-down or selection window)
- They will then select and add a list of courses they need from a dropdown menu (which comes from TAB 2. REQUIREMENTS Table"ReqTable" Column "C" titled "Course" (=ReqTable[[#Headers],[Course]]) )
- The frequency will then be filled in from their selection (Need help with the if cella=certian dropdown text then enter its frequency here)
- When all the courses are complete they will click the Generate Calendar Button (Need help with code to pull the list from the table and generate the list (to TAB 3. (CALENDAR) and use the start date to add the frequency)
(e.g. if ARw007 is selected as a course, the frequency is 7 days, so it would add 7 days to the start date for that calendar event (i.e. Start date is 3 August, so the event would be added for the 10th of August with title as ARw007 - Assignments Review.))
- TAB 2 (REQUIREMENTS)
- This is the table that generates the courses for TAB 1 (SELECTION)
- This is the table that generates the courses for TAB 1 (SELECTION)
- TAB 3 (CALENDAR)
- This should be the generated list with all the formulas to add times/dates etc that they can import into their mail.
- This should be the generated list with all the formulas to add times/dates etc that they can import into their mail.