ExcelFilter: I don't see an easy one-function way to get the initial letters of a text string in Excel. Is there such a beast?
September 29, 2004 2:49 PM Subscribe
ExcelFilter: I don't see an easy one-function way to get the initial letters of a text string in Excel. Is there such a beast? [=Text(MI)]
I need to do this for the first N words in the string. Let's say I have cells at A1 and B1 that look like this:
[A Test Text String]
[Another testing string, with more words]
In this case, I'd like to get the values "ATTS" and "ATSW." All the cells I need to operate on will always hold only strings.
[=INTITALS(A1,4)] is the ideal case, but as I said, it seems to not exist. TYVM.
posted by mwhybark to computers & internet (8 answers total)
posted by skwm at 3:36 PM on September 29, 2004