By default in Salesforce Classic, List Views for Contacts, Leads, Person Accounts, and Users display Names in "Last Name, First Name" format. In Lightning Experience, names are automatically displayed in "First Name, Last Name" format and this setting cannot currently be changed. This article explains how to change the display order to "First Name, Last Name" format in Salesforce Classic using a custom Formula field.
Salesforce Classic does not provide a direct setting to change the name display order in List Views. To show names in "First Name, Last Name" order, you create a custom Formula field that builds a hyperlink combining the record's FirstName and LastName fields. You then add this Formula field to your List View columns in place of the standard Name field.
In Salesforce Lightning (Object Manager):
In Salesforce Classic:
HYPERLINK("URL"& Id , FirstName & " " & LastName)HYPERLINK("URL"& Id , PersonContact.FirstName & " " & PersonContact.LastName)HYPERLINK("https://ap1.salesforce.com/"& Id , FirstName & " " & LastName)
After creating the Formula field, add it to a List View column so that names display in "First Name, Last Name" order. Refer to Salesforce List View documentation for the steps to edit List View columns.
000382693

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.