# Maths column + If then Else: show integers?

**URL:** https://community.glideapps.com/t/maths-column-if-then-else-show-integers/11543
**Category:** Ask for Help
**Created:** [June 27, 2020, 1:00pm UTC](https://community.glideapps.com/t/maths-column-if-then-else-show-integers/11543 "2020-06-27T13:00:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![AyS\_0908](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ays_0908/32/27349_2.png) [@AyS\_0908](https://community.glideapps.com/u/AyS_0908)
#### Post date: [June 27, 2020, 1:00pm UTC](https://community.glideapps.com/t/maths-column-if-then-else-show-integers/11543/1 "2020-06-27T13:00:36Z")

</div>

Hi,  
I am looking to “show recurring tasks” according to:

- start date
- frequency in days
- today.  
For response time matters, I moved many calculations & data in the DataEditor.

I do it by:

- converting dates into “day number of the year”
- calculating “(today nb - start nb) / frequency)”

The results is shown via an “if then else” when the division returns an integer.  
I could work it around with a GSheet list of integers (1 to 365) but again response time issue.

> > Is there a trick to identify an integer into the DataEditor?

Thanks
