Hello,
I am trying to get the day count between 2 dates when a cell in the same row says closed.
If Contains ([Incident Status], 'Closed') Then DateTimeDiff([Incident Last Resolved Date],[Incident Reported Date],'days') ELSE "" ENDIF
So if a cell in Column Incident Status says Closed then i want to calculate the different between Incident Last Resolved Date and Incident Reported Date.
I keep getting this error, in attachment
thanks!