I want to auto-fill full name and initial by joining 2 columns.
There are assumptions below:
Display full name in Column C by joining Column B and Column A
Column A Column B Column C
John Doe Doe, John
Display initial in Column F by joining Column D’s first letter and Column E’s first letter
Column D Column E Column F
John Doe DJ
Please advise what type (Computed?) and an option to use for the above setup.