# A tricky case of inline lists on my conference app 🙏

**URL:** https://community.glideapps.com/t/a-tricky-case-of-inline-lists-on-my-conference-app/2610
**Category:** Ask for Help
**Created:** [December 4, 2019, 11:36am UTC](https://community.glideapps.com/t/a-tricky-case-of-inline-lists-on-my-conference-app/2610 "2019-12-04T11:36:53Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [December 4, 2019, 12:48pm UTC](https://community.glideapps.com/t/a-tricky-case-of-inline-lists-on-my-conference-app/2610/3 "2019-12-04T12:48:50Z")

</div>

Would it help to use an array of columns? So like @kyleheney suggested, create a second column, but you would name the columns ‘Speaker 1’ and ‘Speaker 2’. This will automatically create a virtual ‘Speaker’ column that Glide will see. That virtual column can be used for relations. Just looking quickly, I think this would make sense to do on your Program sheet. This should allow you to create a relation from each individual speaker to each program that they are an individual or paired up speaker. This should also allow a relation from Program to all speakers for that program, whether there are 1 or 2 speakers.

Here another thread where this method was used:

> [@How to create a relation which compares with multiple columns in other sheet](https://community.glideapps.com/t/how-to-create-a-relation-which-compares-with-multiple-columns-in-other-sheet/2592):
>
> I need to solve this: Sheet A (games) has 2 Columns with, “Home team ID” and “Away Team ID” Sheet B (Teams) has a column with “ID of the team” I want to relate Teams to the games their in in ONE list. So I need relate Teams to 2 colums of Games which both can contain the team ID. Does anyone know a fix? Having a new sheet with a beast of an array-kind-of-formula is also good if this fixes it XD To [SmartSelect\_20191203-113729\_Sheets]

---

_[View the full topic](https://community.glideapps.com/t/a-tricky-case-of-inline-lists-on-my-conference-app/2610)._
