W
willik
I want to extract all text inside a cell except for what is in brackets
[ DO NOT DELETE THIS TEXT WITHIN BRACKETS ] as shown here.
I am experimenting with functions like
=MID(A3,FIND("[",A3,1),100)
This returns
[ DO NOT DELETE THIS TEXT WITHIN BRACKETS ] as shown here.
but does not extract the "as shown here". I have many variations of
text within brackets, so the function has to detemine the length with
respect to the brackets.
Any help will be appreciated. Thank you.
[ DO NOT DELETE THIS TEXT WITHIN BRACKETS ] as shown here.
I am experimenting with functions like
=MID(A3,FIND("[",A3,1),100)
This returns
[ DO NOT DELETE THIS TEXT WITHIN BRACKETS ] as shown here.
but does not extract the "as shown here". I have many variations of
text within brackets, so the function has to detemine the length with
respect to the brackets.
Any help will be appreciated. Thank you.