You need to sign in to do that
Don't have an account?

Formula based off a date field plus picklist value
Hi,
I need some help with a formula.
I need to create a "Client Due Date" field. This formula should be based off (the Submission date field) Submission_Date__c PLUS a number that is selected from the picklist value from the Processing Days (Processing_Days__c) field which includes the values: 8.9,10,11,12,13,14,15
Could someone please help me out on this one?
Thanks
Tori
I need some help with a formula.
I need to create a "Client Due Date" field. This formula should be based off (the Submission date field) Submission_Date__c PLUS a number that is selected from the picklist value from the Processing Days (Processing_Days__c) field which includes the values: 8.9,10,11,12,13,14,15
Could someone please help me out on this one?
Thanks
Tori
What's the data type of your Submission Date field ? If it's a Date field then your formula would be simply this
If it's a Datetime field then your formula would be like this
Kindly mark it as an answer if it works for you.
All Answers
What's the data type of your Submission Date field ? If it's a Date field then your formula would be simply this
If it's a Datetime field then your formula would be like this
Kindly mark it as an answer if it works for you.