Thanks,
Kathy
7 answers
Are you referencing a Standard SFDC Date Field? If it is you could use a CASE function like this
CASE( State ,
NULL,"Blank",
"FL", "FL",
"Other")
Thanks,
Kathy
If it is you could use a CASE function like this
CASE( State ,
NULL,"Blank",
"FL", "FL",
"Other")