hello All,
I have become very dandy at a few functions of late. However one that always eludes me is networkdays. I just can't get it. I realised after lots of trial and error, you cant incorroprate ranges that relate to more than one value.
The below is a formula that sits in a larger IF statement. I am trying to assess the record against various criteria, but just can't seem to get what i want from it.
IF(AND(OR(DueDate=today-1,DueDate=today-2),ActualDate=""),"Admin Must be completed",....
I need to incorporate network days into the "Today-x" i have tried all sorts of variations.
...and(or(duedate=today-1, (networkdays(duedate, today, holidays)<>1)),(duedate=today-1, (networkdays(duedate, today, holidays)<>2))....
I would like to see this result returned for two network days after the due date. (which is always a network day).
If anyone can see it from a differnt approach, I am all ears... or if someone can help on the formulas above... even better.
Thanks you.
Craig
I have become very dandy at a few functions of late. However one that always eludes me is networkdays. I just can't get it. I realised after lots of trial and error, you cant incorroprate ranges that relate to more than one value.
The below is a formula that sits in a larger IF statement. I am trying to assess the record against various criteria, but just can't seem to get what i want from it.
IF(AND(OR(DueDate=today-1,DueDate=today-2),ActualDate=""),"Admin Must be completed",....
I need to incorporate network days into the "Today-x" i have tried all sorts of variations.
...and(or(duedate=today-1, (networkdays(duedate, today, holidays)<>1)),(duedate=today-1, (networkdays(duedate, today, holidays)<>2))....
I would like to see this result returned for two network days after the due date. (which is always a network day).
If anyone can see it from a differnt approach, I am all ears... or if someone can help on the formulas above... even better.
Thanks you.
Craig