Digital QA
This is where I keep the answers I find that worked...
Tuesday, May 26, 2009
Excel Formula to Remove Text after Specific Character
In this example, everything starting with the "?" is removed from text in cell B7: =IF(ISNUMBER(FIND("?",B7)),LEFT(B7,FIND("?",B7)-1),B7)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment