# Number searching - numerical or spelled

**URL:** https://community.glideapps.com/t/number-searching-numerical-or-spelled/32795
**Category:** Ask for Help
**Created:** [October 8, 2021, 2:22am UTC](https://community.glideapps.com/t/number-searching-numerical-or-spelled/32795 "2021-10-08T02:22:16Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dave\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dave_b/32/32773_2.png) [@Dave\_B](https://community.glideapps.com/u/Dave_B)
#### Post date: [October 8, 2021, 2:22am UTC](https://community.glideapps.com/t/number-searching-numerical-or-spelled/32795/1 "2021-10-08T02:22:17Z")

</div>

Hi everyone!

I’m wondering if it is possible when searching for a number in a glide app to ensure the results show inputs that are both numerical values and spelled?

i.e. if I search for ‘5’ or ‘five’, I’d like it to return entries that include both ‘five’ and ‘5’.

Thanks for your help!

Dave

---

<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 8, 2021, 4:44am UTC](https://community.glideapps.com/t/number-searching-numerical-or-spelled/32795/2 "2021-10-08T04:44:37Z")

</div>

Then you must have 2 columns to store those data. Let’s say you store a numerical number, then you must have another if then else column to convert them to spelled version. For example if numerical number is 10 then ten, 9 then nine, but it’s a lot of things to cover.
