# How to get total items in a column

**URL:** https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853
**Category:** Questions about Thunkable X
**Tags:** spreadsheets
**Created:** [July 20, 2022, 6:37pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853 "2022-07-20T18:37:24Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 20, 2022, 6:37pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/1 "2022-07-20T18:37:24Z")

</div>

Am wandering if there is a way to calculate and get the total number of items entered in a column in Airtable Spreadsheet?  
Just like getting a total number of object created in a column.

Thanks for your support

---

<div class="post-metadata">

### Author: ![manyone](https://avatars.discourse-cdn.com/v4/letter/m/ee59a6/32.png) [@manyone](https://community.thunkable.com/u/manyone)
#### Post date: [July 21, 2022, 5:08am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/2 "2022-07-21T05:08:57Z")

</div>

have you tried this (untested)?  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/2/9/29bde2a28f51710513a0eb7d8a50d803613481f9.png)

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 21, 2022, 5:31am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/3 "2022-07-21T05:31:12Z")

</div>

Thank you I will try it out

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 21, 2022, 10:24am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/4 "2022-07-21T10:24:30Z")

</div>

If the `column values` are retrieved as **numbers** then the blocks of @manyone will work. If in the other hand, the values are being retrieved as **text** , these blocks will not solve the issue.

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [July 21, 2022, 2:03pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/5 "2022-07-21T14:03:54Z")

</div>

What exactly are you wanting to count? Is it the number of rows? If not, can you give an example of what the data looks like and the value you would expect that data to have for the “total items” in that column?

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 21, 2022, 2:59pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/6 "2022-07-21T14:59:51Z")

</div>

I want users to know the total number of items that they save to the spreadsheet…

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [July 21, 2022, 3:29pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/7 "2022-07-21T15:29:36Z")

</div>

Would this block suit your needs?

 ![Screen Shot 2022-07-21 at 11.28.46 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/9/697087b742864ee247d9257f2d7ef38affec4e2a.png)

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 21, 2022, 3:44pm UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/8 "2022-07-21T15:44:59Z")

</div>

I would try it ,not on my laptop yet

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [July 22, 2022, 12:45am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/9 "2022-07-22T00:45:37Z")

</div>

> [@versatile](#):
>
> I want users to know the total number of items that they save to the spreadsheet…

I still don’t know what that means. What is an “item” in a spreadsheet?

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 22, 2022, 1:19am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/10 "2022-07-22T01:19:30Z")

</div>

What I meant by items are whatever they may have stored into the spreadsheet by creating objects from the Thunkable blocking.Images stored and any other text entered .  
This is like a Diary or lemme say Journal App

---

<div class="post-metadata">

### Author: ![zander](https://avatars.discourse-cdn.com/v4/letter/z/ecb155/32.png) [@zander](https://community.thunkable.com/u/zander)
#### Post date: [July 22, 2022, 1:30am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/11 "2022-07-22T01:30:09Z")

</div>

You’re asking for like “number of rows” in the data source right? If so thus should help:  
Also link to the documentation: [https://docs.thunkable.com/v/drag-and-drop/data-sources](https://docs.thunkable.com/v/drag-and-drop/data-sources)

 ![Screenshot_20220721-183451_Chrome](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/c/dcc492687d9793dbce58ed4f81a148a0b1596e71.jpeg)

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 22, 2022, 2:44am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/12 "2022-07-22T02:44:10Z")

</div>

Thanks

---

<div class="post-metadata">

### Author: ![zander](https://avatars.discourse-cdn.com/v4/letter/z/ecb155/32.png) [@zander](https://community.thunkable.com/u/zander)
#### Post date: [July 22, 2022, 4:04am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/13 "2022-07-22T04:04:05Z")

</div>

If I answered your question please click “Solution” on my post, so that the answer appears at the top to help others out 😆

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 27, 2022, 2:10am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/14 "2022-07-27T02:10:44Z")

</div>

Am using the stp version of the Thunkable

---

<div class="post-metadata">

### Author: ![zander](https://avatars.discourse-cdn.com/v4/letter/z/ecb155/32.png) [@zander](https://community.thunkable.com/u/zander)
#### Post date: [July 27, 2022, 2:24am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/15 "2022-07-27T02:24:09Z")

</div>

That block is also there in stp

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 27, 2022, 2:36am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/16 "2022-07-27T02:36:00Z")

</div>

Can’t find it yet,or I rather do that through the data source feature

Thanks

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 27, 2022, 2:40am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/17 "2022-07-27T02:40:54Z")

</div>

Can I get total value of a columns from more than one base in spreadsheet and output in a single label?

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 27, 2022, 2:48am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/18 "2022-07-27T02:48:39Z")

</div>

Yea , you’re right,it only returns as text

---

<div class="post-metadata">

### Author: ![versatile](https://avatars.discourse-cdn.com/v4/letter/v/c68b51/32.png) [@versatile](https://community.thunkable.com/u/versatile)
#### Post date: [July 27, 2022, 3:04am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/19 "2022-07-27T03:04:36Z")

</div>

Still can’t find it

---

<div class="post-metadata">

### Author: ![zander](https://avatars.discourse-cdn.com/v4/letter/z/ecb155/32.png) [@zander](https://community.thunkable.com/u/zander)
#### Post date: [July 27, 2022, 3:09am UTC](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853/20 "2022-07-27T03:09:41Z")

</div>

If you link your project we might be able to help better. It’s hard to see what you’re seeing.

[Next page](https://community.thunkable.com/t/how-to-get-total-items-in-a-column/1969853.md?page=2)
