# Multiples conditions between 2 numbers

**URL:** https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146
**Category:** Questions about Thunkable X
**Created:** [October 22, 2018, 1:05pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146 "2018-10-22T13:05:21Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Cebb](https://avatars.discourse-cdn.com/v4/letter/c/9de053/32.png) [@Cebb](https://community.thunkable.com/u/Cebb)
#### Post date: [October 22, 2018, 1:05pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/1 "2018-10-22T13:05:21Z")

</div>

Hello everybody, i m new on thinkable, can you help me ?

i use thunkable PRO, for android and ios…

i have a text box where you can put a number, with button for validation.

if you type a number between 0 and 100 it opens the screen 2 for example .;

if you 0 to 100 open screen 1  
101 to 1000 open screen 2  
etc…

can you help me for my first application to coding this argument?  
i have try lot of possibility, but i don’t understand the condition number between

Thanks a lot

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 22, 2018, 1:49pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/2 "2018-10-22T13:49:57Z")

</div>

Hi Cebb,

glad to have you here in the community.

Some points might be interesting for you - you will understand them, be sure 🙂

- textboxes can be set to allow numbers only. in this case the keyboard of your device has only numpad.
- simple if-then-else-components might be enough for your purpose.

the easiest way to get help is sharing your project link here. Somebody can make changes and post it back.

Cheers,  
John

---

<div class="post-metadata">

### Author: ![Cebb](https://avatars.discourse-cdn.com/v4/letter/c/9de053/32.png) [@Cebb](https://community.thunkable.com/u/Cebb)
#### Post date: [October 22, 2018, 3:20pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/3 "2018-10-22T15:20:29Z")

</div>

hello user81  
thank you for your report…

yes i use 'if then else " but i dont understand what block use for ‘the number between’

example:  
On button clic

if my text box number is between 0- 100 _(what is the block for this…??)_  
Open screen 1

if my text box number is between 101 - 2000  
Open scren 2

it must be easy but I block.  
not between block

i try with bloc math

[https://x.thunkable.com/copy/d9970925998c878b8be027cfe8153633](https://x.thunkable.com/copy/d9970925998c878b8be027cfe8153633)

best regard…

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 22, 2018, 4:18pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/4 "2018-10-22T16:18:43Z")

</div>

Hi Cebb,

between 1-100 must be translated to \>= 1 AND \<=100

---

<div class="post-metadata">

### Author: ![AcrobatEpee](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/acrobatepee/32/26336_2.png) [@AcrobatEpee](https://community.thunkable.com/u/AcrobatEpee)
#### Post date: [October 22, 2018, 4:22pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/5 "2018-10-22T16:22:12Z")

</div>

Vous/tu devez/dois faire comme ca je crois :

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/e/eec3e9d3bd85968d22645a54935d386b926634da.png)

> You should do something like this I think

Nice day 🙂

---

<div class="post-metadata">

### Author: ![Cebb](https://avatars.discourse-cdn.com/v4/letter/c/9de053/32.png) [@Cebb](https://community.thunkable.com/u/Cebb)
#### Post date: [October 22, 2018, 4:26pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/6 "2018-10-22T16:26:17Z")

</div>

Ho thanks you !!! it’s work…  
have a nice day too !!

---

<div class="post-metadata">

### Author: ![User81](https://avatars.discourse-cdn.com/v4/letter/u/ba9def/32.png) [@User81](https://community.thunkable.com/u/User81)
#### Post date: [October 22, 2018, 4:33pm UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/7 "2018-10-22T16:33:08Z")

</div>

> [@Cebb](#):
>
> t box number is between 0- 100 _(what is the block for this…??)_  
> Open screen 1

[https://x.thunkable.com/copy/d09e8654ae831fd6af9346efd0cfb76d](https://x.thunkable.com/copy/d09e8654ae831fd6af9346efd0cfb76d)

---

<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:55am UTC](https://community.thunkable.com/t/multiples-conditions-between-2-numbers/53146/8 "2024-11-08T11:55:00Z")

</div>


