I have a Start Date Column with a value.
If this value is before First January 2021, I need to call First January 2021 date instead.
So I used IF Else Column.
I also have End Date Column with a value.
If this value is after Today, I need to call Now date. And also, I used If Else Column.
Now, I need to calculate the days from Start Date to End Date.
I can simply subtract End Date with Start Date if its Date Column.
But now, its If Else Column. It not works if I simply subtract .
Please help.
Sorry, I just read this very quickly, but… do you just want the total number of days between two dates?
If yes, this is a very simple subtraction in a Glide math column: End Date - Start Date
As long as both columns are date/time columns, then that will give you the difference in days.
Your “Jan 1st 2021” column - did you create that in Glide or in a Google sheet?
Check and make sure it’s configured as a date/time column in Glide.
It looks like it is, but I have found that if you create date/time columns in Google Sheets, you need to edit the column in Glide and apply the correct column type.
Please help. Do you have any idea why I still cannot subtract that two things.
Today, I’ve tried using same conditions but in different sheet. But still cannot.
Do you have any idea why ?
is all about initial formatting… so i cant help you without actually seeing the app from inside… but don’ do that… lol i’m not in to grinding now… LOL…
try to convert dates to numbers…