I’m having an issue in Noloco. I have a field called DIR (Days in Recon) for my car dealership portal i’m building. This field is supposed to calculate the days by subtracting the start date from the end date, and if the end date is empty, it subtracts the start date from Todays date.
Below is the formula i used, but it’s only populating for fields that have an end date and stays empty for other fields.
As @jesse pointed out, you can’t use empty dates with any of the date-based formulas (as is the same in Google Sheets).
So you should use ISBLANK to check if they’re blank/empty first.
In your example, it’s likely that Start Date or End Date are still blank.
Also, worth mentioning, we don’t support TODAY() at the moment, which means this formula will only be correct when you create it, but it won’t update continously
Hi @darragh, I have tried using ISBLANK to check for blank/empty dates first, but it still returns null.
I also created a column to update “Today’s date” using Make automations and try to use that to subtract the days from “Start Date” if the “End Date” is empty, but i’m still getting null.
Seems like the problem is from the blank date field.
Have also reached out to Noloco support/engineering team and they’ve been on it for 2 days with no significant result yet.