# \[Solved\] How to sum items from the list?

**URL:** https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742
**Category:** Questions about Thunkable X
**Tags:** solved
**Created:** [July 8, 2020, 12:22pm UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742 "2020-07-08T12:22:15Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Marcus\_Telles](https://avatars.discourse-cdn.com/v4/letter/m/3ec8ea/32.png) [@Marcus\_Telles](https://community.thunkable.com/u/Marcus_Telles)
#### Post date: [July 8, 2020, 12:22pm UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/1 "2020-07-08T12:22:15Z")

</div>

How to sum items from a list? I used the “sum of list” block but it didn’t actually sum the numbers, but added one number to the other. How to solve?

 ![screenapp](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/6/f6b7c42415ccbd4d22d798eda42a122e4bfd1466.png) ![screenblock](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/0/1064db604d371e49c2ee7e47bd6e90b4b6168e2f.png)

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 13, 2020, 2:52pm UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/2 "2020-07-13T14:52:38Z")

</div>

Hey @Marcus_Telles,

I can see you’re parsing out the numbers by removing the currency symbol - then you are creating a list of lists I think with the numeric value?

Anyway, try using an `insert at last` block instead and then you should end up with a list of values you can SUM.

Hope that helps.

---

<div class="post-metadata">

### Author: ![Marcus\_Telles](https://avatars.discourse-cdn.com/v4/letter/m/3ec8ea/32.png) [@Marcus\_Telles](https://community.thunkable.com/u/Marcus_Telles)
#### Post date: [July 14, 2020, 2:16am UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/3 "2020-07-14T02:16:21Z")

</div>

Hey

But it is label separated R$ and Value.  
I solve that is with for each and variable with function"by", so I got it sum my items of list.

Thanks!

---

<div class="post-metadata">

### Author: ![thangtran.ftuqdxdxi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thangtran.ftuqdxdxi/32/71482_2.png) [@thangtran.ftuqdxdxi](https://community.thunkable.com/u/thangtran.ftuqdxdxi)
#### Post date: [April 5, 2021, 10:28am UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/4 "2021-04-05T10:28:24Z")

</div>

My dear,

Can you share your project?

Thanks

---

<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: [April 5, 2021, 6:05pm UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/5 "2021-04-05T18:05:09Z")

</div>

This topic is a year old. What do you need help with?

---

<div class="post-metadata">

### Author: ![thangtran.ftuqdxdxi](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/thangtran.ftuqdxdxi/32/71482_2.png) [@thangtran.ftuqdxdxi](https://community.thunkable.com/u/thangtran.ftuqdxdxi)
#### Post date: [April 6, 2021, 3:34am UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/6 "2021-04-06T03:34:15Z")

</div>

Dear Tatiang,

I wanna build an app to convert a texts to digits, after that it will sum all digits.

Example: user types TEDDY in text box  
After that App will transfer to 53221 and will sum: 5+3+2+2+1 = 13

Please help

---

<div class="post-metadata">

### Author: ![luv.ak.tech](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/luv.ak.tech/32/104896_2.png) [@luv.ak.tech](https://community.thunkable.com/u/luv.ak.tech)
#### Post date: [April 6, 2021, 3:36am UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/7 "2021-04-06T03:36:49Z")

</div>

i think this will help - [Number Parser Tutorial](https://community.thunkable.com/t/number-parser-tutorial/1041907) to put numbers in list from a text and then use loop to add them

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:24am UTC](https://community.thunkable.com/t/solved-how-to-sum-items-from-the-list/664742/8 "2024-11-08T11:24:58Z")

</div>


