By using listi.net you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

listi.net

 


Convert a Name from Last, First to First Last

Problem

You have a name that is in last, first format (ex. Berg, Al) and need to convert it to First Last format.


Solution
  • Instr - find a string within a string
  • & - Concatenation
  • Function -
  • Mid - Extract data from a string

    Write a function
  • blog comments powered by Disqus