Thread: [Solved] Workdays since Received
View Single Post
 
Old 11-30-2014, 02:44 PM
Odyssey Odyssey is offline Windows 8 Office 2010 64bit
Novice
 
Join Date: Nov 2014
Posts: 2
Odyssey is on a distinguished road
Default Workdays since Received

Hi,

I need to add a custom inbox field that calculates the number of working days since the email was received.

I've used..
int(now()-[Received])

This just calculates calendar days. Can it be changed to calculate working day, without needing the developer options.

Thanks for you help.
Reply With Quote