Is there an excel formula that will allow me to eliminate part of the text in a cell?
For example if cell A1 text says "FOUNTAIN VALLEY, CA*is 35 miles away" can I have the text B1 say "FOUNTAIN VALLEY, CA"
Thanks
Is there an excel formula that will allow me to eliminate part of the text in a cell?
For example if cell A1 text says "FOUNTAIN VALLEY, CA*is 35 miles away" can I have the text B1 say "FOUNTAIN VALLEY, CA"
Thanks
Last edited by 6StringJazzer; 04-03-2017 at 03:47 PM.
Yes, but to provide a general formula we need to know the criteria that you are using to determine what text to eliminate. Is it everything after the "*"? Everything that is not a capital letter? Everything after a two-letter abbreviation for a state?
Jeff
| | |·| |·| |·| |·| | |:| | |·| |·|
Read the rules
Use code tags to [code]enclose your code![/code]
Thanks for the reply. Yes it will be everything after the 2 letter abbreviation for a state
Last edited by manceI; 04-03-2017 at 04:17 PM.
Perhaps
=LEFT(A1,FIND(",",A1)+3)
Dave
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks