I’m tracking properties that are on the market and haven’t sold. I can pull a data source which gives me “Days on Market” as a number. I can then use DATEADD() to subtract the num of days from the date entered 6/13/21 in this case, to get the start date of the listing.
But there are cases where I know a property is being sold, but I don’t have a date it first hit the market, so it results in an error.
Not sure if this will be a problem, but I tried to use an ISERROR formula but wasn’t able to get it working.