I am trying to create a spreadsheet that will generate action plans for colleagues on development programmes. What I would like to achieve is the following:
- one sheet will have an empty action plan form, including several empty cells which will be populated with the required tasks
- another sheet will list all of the development activities required to undertake and complete the development programme, plus an empty column where a date can be entered next to each task once it has been set
- I want to be able to enter the date into a cell on the action plan form, and then any tasks from the second sheet with the same date next to them in the date set column, will be extracted and entered into the blank cells on the action plan
I could achieve the above if there was just going to be one match, with a simple look up. However, there are likely to be a varying number (minimum 2) of tasks set for each plan, and so I am unsure how to achieve this.
Is there someway of using a look up function which will return an array with all matches, and then I can put each array result into a separate cell on the action plan.
- one sheet will have an empty action plan form, including several empty cells which will be populated with the required tasks
- another sheet will list all of the development activities required to undertake and complete the development programme, plus an empty column where a date can be entered next to each task once it has been set
- I want to be able to enter the date into a cell on the action plan form, and then any tasks from the second sheet with the same date next to them in the date set column, will be extracted and entered into the blank cells on the action plan
I could achieve the above if there was just going to be one match, with a simple look up. However, there are likely to be a varying number (minimum 2) of tasks set for each plan, and so I am unsure how to achieve this.
Is there someway of using a look up function which will return an array with all matches, and then I can put each array result into a separate cell on the action plan.