
Could someone help with this please?
7 answers
Hi Pat, Please give this a shot
Date_Field__c +
CASE(WEEKDAY(Date_Field__c),
1,9,
2,9,
3,9,
4,11,
5,11,
6,10,
7,9,
NULL)
Please use the insert field button to select the field API Name of Date field

Could someone help with this please?
Please give this a shot
Date_Field__c +
CASE(WEEKDAY(Date_Field__c),
1,9,
2,9,
3,9,
4,11,
5,11,
6,10,
7,9,
NULL)
Please use the insert field button to select the field API Name of Date field