function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jack InsJack Ins 

Simple Formula Question

Hi,

I need to do the following in an email template.  

 

I have a field Account.Phone that I need to apply a format for phone number to in an email template.  

 

Example:  (800) 111-1111

 

What formula would I use?  Also, this will be inbedded in an if statement.

{!IF( ISBLANK(field), "Formatted Account.Phone", field)}

 

Any help would be great.

Thanks Dwayne