You need to sign in to do that
Don't have an account?
MacLean
Formula: If Empty
I have the following formula:
TEXT(YEAR(ODS_Complete_Date__c))+"/"
+TEXT(MONTH(ODS_Complete_Date__c))+"/"
+TEXT(DAY(ODS_Complete_Date__c))
How can I wrap that so that if Completion _Date is empty dont display anything? Otherwise is displays "//"
Thanks, Mac
You can try isBlank() or isNull() function.