# Creating a list with numbers and make an average Out of them

**URL:** https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030
**Category:** Questions about Thunkable X
**Tags:** beginner, listview
**Created:** [February 18, 2023, 8:29am UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030 "2023-02-18T08:29:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![torben.drees1rk](https://avatars.discourse-cdn.com/v4/letter/t/8baadc/32.png) [@torben.drees1rk](https://community.thunkable.com/u/torben.drees1rk)
#### Post date: [February 18, 2023, 8:29am UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030/1 "2023-02-18T08:29:06Z")

</div>

Hello together : )  
I am a total beginner and i have a problem and i would be super happy If anyone could help me.  
I have created an app where i calculate a simple equation. The result (Endergebnis) is shown on Screen 1.  
Now i would Like to:

Add the results from Screen 1 to a list in screen 3. I want to calculate the equation 10 times with different inputs and  
show an average of the the results beneath/in the list. Is this possible?  
Have a nice weekend and thank you in advance ; )

 ![16767087949602948159599804526191](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/4/944e6b0f9a022a985247fecb9d781ee0627cd66e.jpeg)

 ![16767088605346075893121469737569](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/e/ee55eda4368e45f4cf37229e61da472b6f9f9957.jpeg)

---

<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: [February 18, 2023, 5:11pm UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030/2 "2023-02-18T17:11:49Z")

</div>

Just add each result to a variable called Sum. Then, to find the average, divide Sum by ten.

---

<div class="post-metadata">

### Author: ![torben.drees1rk](https://avatars.discourse-cdn.com/v4/letter/t/8baadc/32.png) [@torben.drees1rk](https://community.thunkable.com/u/torben.drees1rk)
#### Post date: [February 19, 2023, 7:08am UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030/3 "2023-02-19T07:08:38Z")

</div>

Thank you tatiang for your quick respond, i somewhat understand your solution but i just don’t know how to execute it in thunkable. Could you maybe show me how and where i should put the fitting blocks to my code?  
I’m sorry, i am an absolute beginner and for this example i didn’t found any tutorials.  
Have a nice sunday;)

---

<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: [February 19, 2023, 6:12pm UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030/4 "2023-02-19T18:12:17Z")

</div>

There are lots of examples available. I would recommend Googling _sum Thunkable_ to get started. Or better yet, _average Thunkable_. It looks like there’s a recent example at the top of the search results.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [May 20, 2023, 6:12pm UTC](https://community.thunkable.com/t/creating-a-list-with-numbers-and-make-an-average-out-of-them/2284030/5 "2023-05-20T18:12:48Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
