# Como extraer información de 2 tablas diferentes

**URL:** https://community.glideapps.com/t/como-extraer-informacion-de-2-tablas-diferentes/51441
**Category:** Ask for Help
**Created:** [October 11, 2022, 3:57am UTC](https://community.glideapps.com/t/como-extraer-informacion-de-2-tablas-diferentes/51441 "2022-10-11T03:57:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Alberto\_Montiel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alberto_montiel/32/44497_2.png) [@Alberto\_Montiel](https://community.glideapps.com/u/Alberto_Montiel)
#### Post date: [October 11, 2022, 3:57am UTC](https://community.glideapps.com/t/como-extraer-informacion-de-2-tablas-diferentes/51441/1 "2022-10-11T03:57:21Z")

</div>

Como puedo extraer dos datos de tablas diferentes a una hoja y que en esa hoja se puedan sumar.

ejemplo: Table presencial 80 / Tabla Zoom 20 total de asistencia =100

como la hoja jala la informacion de las 2 tablas

Saludos

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [October 11, 2022, 11:04pm UTC](https://community.glideapps.com/t/como-extraer-informacion-de-2-tablas-diferentes/51441/2 "2022-10-11T23:04:59Z")

</div>

So you just want the numbers and the total from those 2 numbers right?

Create relations to both tables, then use a rollup to count the number of items for your relations.

Use a math column to add those two rollups together.
