TB's Code Library
If it ain't tight, it ain't right!
Search
Tuesday, November 30, 2010
Excel - Trim Last 5 Characters
Excel Formula to capture and trim the last 5 characters of an adjacent Field that contains a string value
=RIGHT(C37,LEN(C37)-FIND("*",SUBSTITUTE(C37," ","*",LEN(C37)-LEN(SUBSTITUTE(C37," ","")))))
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)