Forum Discussion
speterson
5 years agoRegular Visitor
calculating SLA help
Hi there, I need help with a situation - need a column that will calculate if something is still open AND past its due date IF column1 AND column2 AND column3 are null AND it is after DUE_DATE...
- Anonymous5 years ago
Hi speterson ,
Check the formula.
Column = IF(ISBLANK('Table'[SLA CBO])&&ISBLANK('Table'[SLA Completed])&&ISBLANK('Table'[SLA Cancels]),IF(TODAY()>'Table'[Client Due Date],"Open - SLA Missed","Open - Within SLA"))Best Regards,
Jay
Anonymous
5 years agoNot applicable
Hi speterson ,
Check the formula.
Column = IF(ISBLANK('Table'[SLA CBO])&&ISBLANK('Table'[SLA Completed])&&ISBLANK('Table'[SLA Cancels]),IF(TODAY()>'Table'[Client Due Date],"Open - SLA Missed","Open - Within SLA"))
Best Regards,
Jay