
Is there a way to write a formula to pass the Region from the user record except for the 3 accounts (using the Account ID) and if that is true then use "East"?
3 answers
sorry had an extra parenthesis at the end
IF(
CASE(Account.Name ,
"Account Name1",1,
"Account Name2",1,
"Account Name3",1,
0)=1,
"EAST",
"Your Existing formula here "
)