Hello I am using the following:
=MID(B5,SEARCH("[",B5)+1,SEARCH("]",B5)-SEARCH("[",B5)-1)+0
Where cell B5 has the following contents:
=IF(B6="","rdhgxfjhsftjhjh(Text to extract)hujkfjkdjsdt","")
and cell B6 is blank.
I am receiving a #Value error, and am unsure why. My cells are formatted to Category "General".
I am trying to look at a specific cell (in excel, not VBA) where my "Text to extract" will be part of a formula and within brackets. Does anyone have any ideas?
=MID(B5,SEARCH("[",B5)+1,SEARCH("]",B5)-SEARCH("[",B5)-1)+0
Where cell B5 has the following contents:
=IF(B6="","rdhgxfjhsftjhjh(Text to extract)hujkfjkdjsdt","")
and cell B6 is blank.
I am receiving a #Value error, and am unsure why. My cells are formatted to Category "General".
I am trying to look at a specific cell (in excel, not VBA) where my "Text to extract" will be part of a formula and within brackets. Does anyone have any ideas?