I have a worksheet with Column A containing First and Last Name separated by a space. Column L in the same sheet has Preferred First Name but for only some rows. I would like to scroll from row 2 to UsedRange and if a value exists in Column L, then take that value and replace First Name in Column A with that value.
Example: Column A: Thomas Edison Column L: Tom
I would like to change Column A to Tom Edison.
Any help would be highly appreciated.