C
Carey Abercrombie
Can you take first/last names in a column and automatically format them to
initials for redacting purposes?
initials for redacting purposes?
Can you take first/last names in a column and automatically format them to
initials for redacting purposes?
Can you take first/last names in a column and automatically format them to
initials for redacting purposes?
Ron Rosenfeld said:On Thu, 23 Feb 2006 08:25:16 -0800, "Carey Abercrombie" <Carey
Sorry, small error in previous formula. Should be:
=REGEX.MID(I1,"\b\w")®EX.MID(I1,"\b\w",REGEX.COUNT(I1,"\b\w+"))
--ron