P
plumstone
I have some cells contains "*" , I want to extrat the text to the right of the "*". For example, if A2 contains "txt*123", I want it turn out to be "123".
Thanks.
Thanks.
the right of the "*". For example, if A2 contains "txt*123", II have some cells contains "*" , I want to extrat the text to
Chip Pearson said:Try the following formula,
=MID(A1,FIND("*",A1)+1,LEN(A1))
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
message
the right of the "*". For example, if A2 contains "txt*123", I
want it turn out to be "123".
the "*". For example, if A2 contains "txt*123", I want it turn out to beplumstone said:I have some cells contains "*" , I want to extrat the text to the right of