I'm head of a group of students organising events. In the picture you see 3 tables:
- First the event with the persons and their hours they will do their job on the event
- Secondly the amount of persons I have for that specific hour interval.
- And thirdly (what my question is about), I would like to see in a way that the people that I selected to work from 16-18 will show in one string (Person 1, Person 3) in the cell I2
I can't figure out in which order I would be using the formulas of Excel to execute this.
Thanks in advance
If you have a subscritption to Office 365 Excel then something like this array formula:
Being an array formula it needs to be confirmed with Ctrl-Shift-Enter instead of Enter when exiting edit mode. If done correctly then Excel will put
{}around the formula.IF you do not have a subscription to Office 365 Excel
Then put this code in a module attached to the workbook and use the formula as described above:
Linked IF():