Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi community, I need help here
In sharepoint list i want to create a column "FirstName" which contain First name of multiple person from another field which has Full name
eg. "John Mathew" & "Andrew Sam Mathew" requirement in First Name "John M" & Andrew S"
please assist and i want to create this in sharepoint list.
thanks
Solved! Go to Solution.
For Sharepoint related query qould suggest to post in Sharepoint community
Also one of the similar post https://techcommunity.microsoft.com/discussions/sharepoint_general/sharepoint-calculated-column-comb...
In your case you can use formula =LEFT([Full name],(Find(" ",[Full name])+1))
For Sharepoint related query qould suggest to post in Sharepoint community
Also one of the similar post https://techcommunity.microsoft.com/discussions/sharepoint_general/sharepoint-calculated-column-comb...
In your case you can use formula =LEFT([Full name],(Find(" ",[Full name])+1))