Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
How would I go about subtracting these two dates? I would like to include weekend days.
So what is happening when you try like
= Received_Date - Promised_Date
So what is happening when you try like
= Received_Date - Promised_Date
Try with
=Interval( Received_Date - Promised_Date,'D hh:mm' )
Regards
Anand
=Ceil(Interval(Date#([Field2], 'MM/DD/YYYY') - Date#([Field1], 'MM/DD/YYYY'), 'DD' ))
I had to change the format in the back end but that worked!
Glad. Can you close the thread marking correct/helpful responses accordingly.