Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add only week days to Date 1

Status
Not open for further replies.

mitmat

IS-IT--Management
Mar 26, 2002
24
GB
Hello there
My formula so far is

if {TASKS.PRIORITY} = "low" then
{TASKS.OPENDATE} + 15 else

if {TASKS.PRIORITY} = "Medium" then
{TASKS.OPENDATE} + 5 else

if{TASKS.PRIORITY} = "High"
then
{TASKS.OPENDATE} + .33333

I realised after i submitted my report that our system doesn't use Weekends.
I've tried to find a solution to this with no joy
Any help would be Fab
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top