Hello! Out team tracks dates of when something started and when that same thing ended.
We have a formula in Excel that calculates the number of days between two dates. If no start date than it returns blank. If no end date, then it uses Today (results in the number increasing by 1 everyday).
This same formula does not work in Monday.
Here is the Excel Formula: =IF(B2=“”,“”,IF(C2=“”,TODAY()-B2,C2-B2))
Where B2 is the start date and C2 is the end date.
Monday evuivalent that doesn’t seem to work:
=IF({Date Investigator Assigned}=“”,“”,IF({Date Investigation Report Received}=“”,TODAY()-{Date Investigator Assigned},{Date Investigation Report Received}-{Date Investigator Assigned}))
Quick q - are you including the = sign at the beginning of your formula in the monday formula column? If so, you should exclude it and see if that helps your formula show up as it should!