Skip to main content
Hi,

 

I want to create a formula field to select the Province/State Code based on the City.

 

Can someone please help?

 

Formula field help please

 

Thanks

 

Tarun
4 answers
  1. Mar 18, 2019, 3:55 PM

    thats fine, the formula will be as below

    CASE(City__c,

    'Kitchner', 'ON',

    'London', 'ON',

    'Milton', 'ON',

    'City Name here', 'Province Name here',

    NULL)

     

     
0/9000