I have a column "Name" which is the format John Doe .
How would I make my new computed column take this name and make it "Doe, John"?
I originally had it splitting the column into First and Last, then combining them. But there has to be a way to do it within one column instead of using 3. right?
Thanks,