Hello,

I have written a formula and it works perfectly but I am wondering if it can be simplified:

=IF(LEFT([@rmaID],3)="DMR",IF([@woCloseDate]<>"",[@woCloseDate]-[@rmaCreateDate],"OPEN"),"null")

Thanks